Rosetta
|
Random number generator system. More...
#include <platform/types.hh>
#include <cstddef>
Namespaces | |
numeric | |
Unit headers. | |
numeric::random | |
Typedefs | |
typedef platform::Size | numeric::random::Size |
Functions | |
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.