|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_MATH_NORMRAND_H
11 #define YARP_MATH_NORMRAND_H
41 static double scalar(
double u=0.0,
double sigma=1.0);
58 static void init(
int seed);
61 #endif // YARP_MATH_NORMRAND_H
static yarp::sig::Matrix matrix(int r, int c, double u=0.0, double sigma=1.0)
A static class grouping function for normal random number generator.
static yarp::sig::Vector vector(int s, double u=0.0, double sigma=1.0)
contains the definition of a Vector type
contains the definition of a Matrix type
static void init()
Initialize the random number generator, with current time (time(0)).
static double scalar(double u=0.0, double sigma=1.0)
The main, catch-all namespace for YARP.