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