Go to the documentation of this file.
7 #ifndef BALL_MATHS_RANDOMNUMBERGENERATOR_H
8 #define BALL_MATHS_RANDOMNUMBERGENERATOR_H
10 #ifndef BALL_COMMON_GLOBAL_H
77 void setup(
int ij = 1802,
int kl = 9373);
83 double randomUniform();
95 double randomGaussian(
double mean,
double stddev);
99 int randomInteger(
int lower,
int upper);
103 double randomDouble(
double lower,
double upper);
115 std::vector<double>
u_;
139 #endif // BALL_MATHS_RANDOMNUMBERGENERATOR_H