Rosetta  2020.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Typedefs | Functions
random.fwd.hh File Reference

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...
 

Detailed Description

Random number generator system.

Author
Sergey Lyskov (Serge.nosp@m.y.Ly.nosp@m.skov@.nosp@m.jhu..nosp@m.edu)
Remarks
  • -