1 #ifndef RNDSTD_MT19937_H
2 #define RNDSTD_MT19937_H
5 #include "RAND_RandomNumberGenerator.h"
53 inline static CORE_UniquePointer<RNDSTD_MT19937>
New() {
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:113
This class generates a random number of type T generator with internal implemented class I implemente...
Definition: RAND_RandomNumberGenerator.h:14
virtual tMemSize getContentsMemorySize() const
return nthe memory size of the included associations
Definition: RAND_RandomNumberGenerator.h:85
This class implements a stochastic function with a normal law implemented from the boost library.
Definition: RNDSTD_MT19937.h:14
virtual ~RNDSTD_MT19937(void)
destroy an object.
Definition: RNDSTD_MT19937.h:43
static CORE_UniquePointer< RNDSTD_MT19937 > New()
build a new instance of the stochasticfunction
Definition: RNDSTD_MT19937.h:53
virtual tMemSize getContentsMemorySize() const
return the memory size of the included associations
Definition: RNDSTD_MT19937.h:88
RNDSTD_MT19937()
create an object
Definition: RNDSTD_MT19937.h:33
virtual tMemSize getMemorySize() const
return the memory size of the class and the memory size of all its attributes/associations
Definition: RNDSTD_MT19937.h:76