1 #ifndef SM_StochasticFunctions_H
2 #define SM_StochasticFunctions_H
5 #include "SM_StochasticFunctionsInterface.h"
virtual tMemSize getContentsMemorySize() const
return nthe memory size of the included associations
Definition: CORE_Object.h:278
This class describes a stochastic functions based on same random number generator which implement ran...
Definition: SM_StochasticFunctionsInterface.h:18
This class describes a stochastic functions with templated methods.
Definition: SM_StochasticFunctions.h:25
virtual tMemSize getMemorySize() const override
return the memory size of the class and the memory size of all its attributes/associations
Definition: SM_StochasticFunctions.h:84
tReal scNormalRandom()
compute a normal random number by static casting method
Definition: SM_StochasticFunctions.h:114
virtual ~SM_StochasticFunctions(void)
destroy
Definition: SM_StochasticFunctions.h:63
SM_StochasticFunctions(void)
create
Definition: SM_StochasticFunctions.h:44
virtual tReal normalRandom() final
compute a normal random number
Definition: SM_StochasticFunctions.h:98
tReal scUniformRandom()
compute a uniform random number in [0,1] bu static casting method
Definition: SM_StochasticFunctions.h:121
virtual tReal uniformRandom() final
compute a uniforn random number in [0,1]
Definition: SM_StochasticFunctions.h:105