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

NextPrevUpTopContentsIndex

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 - 20 Sep 2017

NextPrevUpTopContentsIndex