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

mt-random-state-p Function

Summary

The predicate for objects of type mt-random-state.

Package

lispworks

Signature

mt-random-state-p arg => result

Arguments
arg
An object.
Values
result
A boolean.
Description

The function mt-random-state-p returns t if arg is an object of type mt-random-state, and nil otherwise.

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

See also

mt-random-state


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