2 #ifndef RIVET_Random_HH 3 #define RIVET_Random_HH 20 double randnorm(
double loc,
double scale);
Definition: ALICE_2010_I880049.cc:13
double randlognorm(double loc, double scale)
Return a log-normal sampled random number.
Definition: Random.cc:56
mt19937 & rng()
Return a thread-safe random number generator (mainly for internal use)
Definition: Random.cc:12
double rand01()
Return a uniformly sampled random number between 0 and 1.
Definition: Random.cc:39
double randnorm(double loc, double scale)
Return a Gaussian/normal sampled random number with the given mean and width.
Definition: Random.cc:47