Leonardus
Analogous LeoScript Operator rand

STACK

$ --\ I $

DESCRIPTION

Red book operator returns a random I in the range 0 to $ 2^{31} - 1 $,
produced by a pseudo-random number generator.
The random number generator’s state can be reset by srand and interrogated by rrand.

ORIGIN

Core code registered in systemdict.

SEE ALSO

Analogous LeoScript Operator rrand Analogous LeoScript Operator srand