7#ifndef YARP_OS_RANDOM_H
8#define YARP_OS_RANDOM_H
32 static double uniform();
40 static double normal(
double m,
double s);
46 static void seed(
int seed);
52 static double normal();
60 static int uniform(
int min,
int max);
A mini-server for performing network communication in the background.
A collection of basic random number generation algorithms.
An interface to the operating system, including Port based communication.