1 #ifndef RNDB_UniformRealDistribution_H
2 #define RNDB_UniformRealDistribution_H
5 #include "RAND_RandomNumberDistribution.h"
8 #include <boost/random/uniform_real_distribution.hpp>
34 boost::random::uniform_real_distribution<T> dist;
55 inline static CORE_UniquePointer<RNDB_UniformRealDistribution>
New() {
100 boost::random::uniform_real_distribution<T> dist(a,b);
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_real_distribution< tReal > &dist)
initiliaze generator
Definition: RAND_RandomNumberDistribution.h:103