Leonardus
Analogous LeoScript Operator rrand

STACK

$ --\ I $

DESCRIPTION

Red book operator returns an I representing the current state
of the random number generator used by rand. This may later be presented
as an operand to srand to reset the random number generator
to the current position in the sequence of numbers produced.

ORIGIN

Core code registered in systemdict.

SEE ALSO

Analogous LeoScript Operator rand Analogous LeoScript Operator srand