4.6.0
Freundlich's C++ toolkit
|
Main namespace for random, also containing the variate generator. More...
Namespaces | |
namespace | distribution |
The namespace for the basic distribution and helper functions. | |
namespace | generator |
The namespace for all generators and helper functions. | |
namespace | wrapper |
Classes | |
class | variate |
Combines a generator and a distribution. More... | |
Functions | |
template<typename Generator , typename Distribution > | |
fcppt::random::variate< Generator, Distribution > | make_variate (fcppt::reference< Generator > const _generator, Distribution const &_distribution) |
Main namespace for random, also containing the variate generator.
fcppt::random::variate< Generator, Distribution > fcppt::random::make_variate | ( | fcppt::reference< Generator > const | _generator, |
Distribution const & | _distribution ) |