6 #include "TRNG_ParallelRandomNumberGenerator.h"
9 #include "trng/mrg5.hpp"
92 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_MRG5.h:21
TRNG_MRG5(void)
create the class
Definition: TRNG_MRG5.h:38
virtual tMemSize getMemorySize() const
return the memory size of the class and the memory size of all its attributes/associations
Definition: TRNG_MRG5.h:68
static CORE_UniquePointer< Self > New()
build a new instance of default class factory
Definition: TRNG_MRG5.h:92
virtual tMemSize getContentsMemorySize() const
return nthe memory size of the included associations
Definition: TRNG_MRG5.h:80
virtual ~TRNG_MRG5(void)
destroy the class
Definition: TRNG_MRG5.h:45
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