SST
13.1.0
Structural Simulation Toolkit
|
Base class of statistical distributions in SST. More...
#include <distrib.h>
Public Member Functions | |
virtual double | getNextDouble ()=0 |
Obtains the next double from the distribution. More... | |
virtual | ~RandomDistribution () |
Destroys the distribution. | |
RandomDistribution () | |
Creates the base (abstract) class of a distribution. | |
Base class of statistical distributions in SST.
|
pure virtual |
Obtains the next double from the distribution.
Implemented in SST::RNG::UniformDistribution, SST::RNG::PoissonDistribution, SST::RNG::GaussianDistribution, SST::RNG::ExponentialDistribution, SST::RNG::DiscreteDistribution, and SST::RNG::ConstantDistribution.