Scythe-1.0.3
long scythe::lecuyer::RandInt ( long  low,
long  high 
) [inline]

Generate the next random integer.

This method generates a random integer from the discrete uniform distribution on the interval [low, high].

Parameters:
lowThe lower bound of the interval to evaluate.
highthe upper bound of the interval to evaluate.
See also:
runif()

References runif().