Generate the next random integer.
This method generates a random integer from the discrete uniform distribution on the interval [low, high].
- Parameters:
-
low | The lower bound of the interval to evaluate. |
high | the upper bound of the interval to evaluate. |
- See also:
- runif()
References runif().