46 QTIsaac<8, unsigned long> UniGen;
47 double s, t, a, b, r1, r2;
54 randomGauss(
unsigned long,
unsigned long,
unsigned long);
header file containing the class definition for a uniform random generator based on the ISAAC random ...
~randomGauss()
Definition: gauss.h:55
Contains the implementation of the Gaussian random number generator class randomGauss.
double n()
Method for obtaining a random number with Gaussian distribution.
Definition: gauss.cc:75
randomGauss()
Constructor for the Gaussian random number generator class without giving explicit seeds...
Definition: gauss.cc:31
Class random Gauss encapsulates the methods for generating random neumbers with Gaussian distribution...
Definition: gauss.h:43
Contains the implementation of the ISAAC random number generator class for uniformly distributed rand...