pf
pf::rvsamp::rvsamp_base Class Reference

Base class for all random variable sampler types. Primary benefit is that it sets the seed for you. More...

#include <rv_samp.h>

Inheritance diagram for pf::rvsamp::rvsamp_base:

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
 

Detailed Description

Base class for all random variable sampler types. Primary benefit is that it sets the seed for you.

Author
taylor

The documentation for this class was generated from the following file: