Normal distribution generator using the Boost random library.
More...
Detailed Description
Normal distribution generator using the Boost random library.
Have a look at demoRandom.tcl.
Definition at line 75 of file random.hpp.
#include <random.hpp>
List of all members.
Public Member Functions |
|
| NormalDistribution (unsigned int seed_=1) |
|
| NormalDistribution (double mean_, double sigma_, unsigned int seed_=1) |
|
double | get () |
Private Attributes |
|
boost::mt19937 | rng |
boost::normal_distribution
< double > | normal |
boost::variate_generator
< boost::mt19937,
boost::normal_distribution
< double > > | vg |
The documentation for this class was generated from the following file: