Random number generator system.
More...
#include <platform/types.hh>
#include <cstddef>
Go to the source code of this file.
|
double | numeric::random::uniform () |
| Generate a random number between 0 and 1. Threadsafe since each thread uses its own random generator. More...
|
|
double | numeric::random::gaussian () |
| Generate a random number pulled from a standard normal – i.e. mean of zero and standard deviation of 1. Threadsafe since each thread uses its own random generator. More...
|
|
Random number generator system.
- Author
- Sergey Lyskov (Serge.nosp@m.y.Ly.nosp@m.skov@.nosp@m.jhu..nosp@m.edu)
Definition in file random.fwd.hh.