The predicate for objects of type mt-random-state .
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
t
nil
mt-random-state-p is analogous to cl:random-state-p .
cl:random-state-p