Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Function template generate_canonical

boost::random::generate_canonical

Synopsis

// In header: <boost/random/generate_canonical.hpp>


template<typename RealType, std::size_t bits, typename URNG> 
  RealType generate_canonical(URNG & g);

Description

Returns a value uniformly distributed in the range [0, 1) with at least bits random bits.


PrevUpHomeNext