Scythe-1.0.3
double scythe::lecuyer::runif ( ) [inline]

Generate a random uniform variate on (0, 1).

This routine returns a random double precision floating point number from the uniform distribution on the interval (0, 1). This method overloads the pure virtual method of the same name in the rng base class.

See also:
runif(unsigned int, unsigned int)
RandInt(long, long)
rng

Reimplemented from scythe::rng< lecuyer >.

Referenced by RandInt().