16 //--------------------------------------------------------------------------
41 QTIsaac<8, unsigned long> TheGen;
46 randomGen(
unsigned long,
unsigned long,
unsigned long);
61 unsigned long nlong();
double n()
Method to generate a uniform random number.
Definition: randomGen.cc:108
randomGen()
Constructor for the ISAAC random number generator class without giving explicit seeds.
Definition: randomGen.cc:32
~randomGen()
Definition: randomGen.h:47
~stdRG()
Definition: randomGen.h:59
stdRG()
Constructor of the standard random number generator class without explicit seed.
Definition: randomGen.cc:81
Class randomGen which implements the ISAAC random number generator for uniformely distributed random ...
Definition: randomGen.h:38
Definition: randomGen.h:51
double n()
Method to obtain a random number from a uniform ditribution on [0,1].
Definition: randomGen.cc:60