12 #ifndef SST_CORE_RNG_DISTRIB_H
13 #define SST_CORE_RNG_DISTRIB_H
Base class of statistical distributions in SST.
Definition: distrib.h:23
virtual double getNextDouble()=0
Obtains the next double from the distribution.
virtual ~RandomDistribution()
Destroys the distribution.
Definition: distrib.h:35
RandomDistribution()
Creates the base (abstract) class of a distribution.
Definition: distrib.h:40