Go to the first, previous, next, last section, table of contents.

The Random State

It is useful to be able to restart the random number generator consistently.

GlobalVariable: random-state n

This variable is the state of the random number generator. If this is not used, then the initial state of the random number generator will be set in a system-dependent way.


Go to the first, previous, next, last section, table of contents.