18 #ifndef INCLUDED_numeric_random_random_fwd_hh
19 #define INCLUDED_numeric_random_random_fwd_hh
21 #include <platform/types.hh>
44 #endif // INCLUDED_numeric_random_FWD_HH
Random number generator system.
double gaussian()
Generate a random number pulled from a standard normal – i.e. mean of zero and standard deviation of...
double uniform()
Generate a random number between 0 and 1. Threadsafe since each thread uses its own random generator...