6 #include "TRNG_RandomNumberGenerator.h"
9 #include "trng/mt19937_64.hpp"
90 inline static CORE_UniquePointer<Self>
New() {
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:113
This class generates a random number generator by process The Mersenne twister is a popular random nu...
Definition: TRNG_MT19937.h:20
virtual tMemSize getContentsMemorySize() const
return nthe memory size of the included associations
Definition: TRNG_MT19937.h:78
static CORE_UniquePointer< Self > New()
build a new instance of default class factory
Definition: TRNG_MT19937.h:90
virtual ~TRNG_MT19937(void)
destroy the class
Definition: TRNG_MT19937.h:43
TRNG_MT19937(void)
create the class
Definition: TRNG_MT19937.h:36
virtual tMemSize getMemorySize() const
return the memory size of the class and the memory size of all its attributes/associations
Definition: TRNG_MT19937.h:66
This class generates a random number of type T generator with implement class I by process.
Definition: TRNG_RandomNumberGenerator.h:14
virtual tMemSize getContentsMemorySize() const
return nthe memory size of the included associations
Definition: TRNG_RandomNumberGenerator.h:73