10 #ifndef YARP_OS_RANDOM_H
11 #define YARP_OS_RANDOM_H
36 static double uniform();
44 static double normal(
double m,
double s);
50 static void seed(
int seed);
56 static double normal();
64 static int uniform(
int min,
int max);
A collection of basic random number generation algorithms.
The main, catch-all namespace for YARP.