ECL provides a reader macro #$
that reads a
random state. #$
is
equivalent to integer
(make-random-state
. The same format is used when a
random state is printed.integer
)
Random states are implemented using a very crude 32-bits algorithm which probably has a short period. Help is welcome in improving it.