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. | |
| virtual | ~SSTRandomDistribution () |
| Destroys the distribution. | |
| SSTRandomDistribution () | |
| Creates the base (abstract) class of a distribution. | |
Base class of statistical distributions in SST.
| virtual double SST::RNG::SSTRandomDistribution::getNextDouble | ( | ) | [pure virtual] |
Obtains the next double from the distribution.
Implemented in SST::RNG::SSTConstantDistribution, SST::RNG::SSTDiscreteDistribution, SST::RNG::SSTExponentialDistribution, SST::RNG::SSTGaussianDistribution, SST::RNG::SSTPoissonDistribution, and SST::RNG::SSTUniformDistribution.
1.6.1