1 #ifndef RNDB_Uniform01Distribution_H
2 #define RNDB_Uniform01Distribution_H
5 #include "RAND_RandomNumberDistribution.h"
8 #include <boost/random/uniform_01.hpp>
34 boost::random::uniform_01<T> dist;
55 inline static CORE_UniquePointer<RNDB_Uniform01Distribution>
New() {
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:113
This class generates a distribution implemented in class G with internal implementation class I with ...
Definition: RAND_RandomNumberDistribution.h:17
virtual tMemSize getContentsMemorySize() const
return nthe memory size of the included associations
Definition: RAND_RandomNumberDistribution.h:88
void initialize(boost::random::uniform_01< tReal > &dist)
initiliaze generator
Definition: RAND_RandomNumberDistribution.h:103