All Manuals > LispWorks® User Guide and Reference Manual > 38 The LISPWORKS Package

*mt-random-state* Variable

Summary

The default random state used by mt-random.

Package

lispworks

Initial Value

A mt-random-state object.

Description

The variable *mt-random-state* contains an object of type mt-random-state which is the default state used by mt-random if a state is not supplied.

*mt-random-state* is analogous to cl:*random-state*.

See also

make-mt-random-state
mt-random
mt-random-state


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41