The predicate for objects of type mt-random-state.
lispworks
mt-random-state-p arg => result
arg⇩ |
An object. |
result |
A boolean. |
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.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41