13 #ifndef _H_SST_CORE_RNG_DISTRIB
14 #define _H_SST_CORE_RNG_DISTRIB
virtual ~SSTRandomDistribution()
Destroys the distribution.
Definition: distrib.h:36
virtual double getNextDouble()=0
Obtains the next double from the distribution.
Base class of statistical distributions in SST.
Definition: distrib.h:24
SSTRandomDistribution()
Creates the base (abstract) class of a distribution.
Definition: distrib.h:41