48 double get(
double min=0.0,
double max=1.0)
52 ret=RandScalar::get(min, max);
64 double Rand::scalar(
double min,
double max)
74 void Rand::init(
int seed)
92 size_t s = min.
size();
94 for(
size_t k=0;k<s;k++)
105 for (
int r = 0; r < rows; r++) {
106 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.