#include <phrand.h>
Inheritance diagram for simth::RandomGenerator:
Public Member Functions | |
RandomGenerator () | |
virtual | ~RandomGenerator () |
virtual double | get () const =0 |
|
|
|
|
|
Returns a random variate from a distribution specified by a derived class. Implemented in simth::GaussRng, simth::RayleighRng, simth::JakesRng, simth::UniformRng, simth::ExponentialMaxLimitRng, and simth::DiscreteUniformRng. |