7#ifndef YARP_MATH_NORMRAND_H
8#define YARP_MATH_NORMRAND_H
34 static double scalar(
double u=0.0,
double sigma=1.0);
51 static void init(
int seed);
contains the definition of a Matrix type
contains the definition of a Vector type
A static class grouping function for normal random number generator.
static void init()
Initialize the random number generator, with current time (time(0)).
static double scalar(double u=0.0, double sigma=1.0)
static yarp::sig::Vector vector(int s, double u=0.0, double sigma=1.0)
static yarp::sig::Matrix matrix(int r, int c, double u=0.0, double sigma=1.0)
The main, catch-all namespace for YARP.