7 #ifndef YARP_OS_RANDOM_H
8 #define YARP_OS_RANDOM_H
33 static double uniform();
41 static double normal(
double m,
double s);
47 static void seed(
int seed);
53 static double normal();
61 static int uniform(
int min,
int max);
A collection of basic random number generation algorithms.
The main, catch-all namespace for YARP.