6 #include "TRNG_ParallelRandomNumberGenerator.h"
9 #include "trng/yarn2.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 of type T generator with internal implemented class I implemente...
Definition: RAND_RandomNumberGenerator.h:14
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
This class generates a random number of type T generator with implement class I by process.
Definition: TRNG_RandomNumberGenerator.h:14
This class generates a random number generator by process.
Definition: TRNG_YARN2.h:21
virtual tMemSize getMemorySize() const
return the memory size of the class and the memory size of all its attributes/associations
Definition: TRNG_YARN2.h:67
static CORE_UniquePointer< Self > New()
build a new instance of default class factory
Definition: TRNG_YARN2.h:91
virtual ~TRNG_YARN2(void)
destroy the class
Definition: TRNG_YARN2.h:44
virtual tMemSize getContentsMemorySize() const
return nthe memory size of the included associations
Definition: TRNG_YARN2.h:79
TRNG_YARN2(void)
create the class
Definition: TRNG_YARN2.h:37