6 #include "TRNG_ParallelRandomNumberGenerator.h"
9 #include "trng/mrg2.hpp"
91 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.
Definition: TRNG_MRG2.h:21
TRNG_MRG2(void)
create the class
Definition: TRNG_MRG2.h:37
virtual tMemSize getContentsMemorySize() const
return nthe memory size of the included associations
Definition: TRNG_MRG2.h:79
virtual ~TRNG_MRG2(void)
destroy the class
Definition: TRNG_MRG2.h:44
virtual tMemSize getMemorySize() const
return the memory size of the class and the memory size of all its attributes/associations
Definition: TRNG_MRG2.h:67
static CORE_UniquePointer< Self > New()
build a new instance of default class factory
Definition: TRNG_MRG2.h:91
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