6.2. Random-States

ECL provides a reader macro #$ that reads a random state. #$integer is equivalent to (make-random-state integer). The same format is used when a random state is printed.

Important

Random states are implemented using a very crude 32-bits algorithm which probably has a short period. Help is welcome in improving it.