51 double get(
double min=0.0,
double max=1.0)
55 ret=RandScalar::get(min, max);
67 double Rand::scalar(
double min,
double max)
77 void Rand::init(
int seed)
95 size_t s = min.
size();
97 for(
size_t k=0;k<s;k++)
108 for(
int r=0;r<rows;r++)
109 for(
int c=0;c<cols;c++)
ThreadSafeRandScalar theRandScalar
double get(double min=0.0, double max=1.0)
A random number generator, uniform in the range 0-1.
An interface to the operating system, including Port based communication.