12 #ifndef SST_CORE_RNG_DISTRIB_H 13 #define SST_CORE_RNG_DISTRIB_H 15 #include "sst/core/serialization/serializable.h" 52 #endif // SST_CORE_RNG_DISTRIB_H Definition: constant.h:18
This class is basically a wrapper for objects to declare the order in which their members should be s...
Definition: serializer.h:42
virtual ~RandomDistribution()
Destroys the distribution.
Definition: distrib.h:36
Definition: serializable.h:23
virtual double getNextDouble()=0
Obtains the next double from the distribution.
RandomDistribution()
Creates the base (abstract) class of a distribution.
Definition: distrib.h:41
Base class of statistical distributions in SST.
Definition: distrib.h:23