pf
|
Base class for all random variable sampler types. Primary benefit is that it sets the seed for you. More...
#include <rv_samp.h>
Public Member Functions | |
rvsamp_base () | |
The default constructor. This is the only option available. Sets the seed with the clock. | |
Protected Attributes | |
std::mt19937 | m_rng |
prng | |
Base class for all random variable sampler types. Primary benefit is that it sets the seed for you.