6 #include "TRNG_ParallelRandomNumberGenerator.h"
9 #include "trng/lcg64.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_LCG64.h:20
virtual tMemSize getMemorySize() const
return the memory size of the class and the memory size of all its attributes/associations
Definition: TRNG_LCG64.h:66
static CORE_UniquePointer< Self > New()
build a new instance of default class factory
Definition: TRNG_LCG64.h:90
virtual tMemSize getContentsMemorySize() const
return nthe memory size of the included associations
Definition: TRNG_LCG64.h:78
virtual ~TRNG_LCG64(void)
destroy the class
Definition: TRNG_LCG64.h:43
TRNG_LCG64(void)
create the class
Definition: TRNG_LCG64.h:36
This class generates a parallel random number of type T generator with implement class I by process.
Definition: TRNG_ParallelRandomNumberGenerator.h:14
virtual tMemSize getContentsMemorySize() const
return nthe memory size of the included associations
Definition: TRNG_ParallelRandomNumberGenerator.h:72