next up previous

12.7.5 Seed

The seed function seeds the random number generator. It is patterned after the ANSI standard seed library function and therefore may not be available on all platforms.

Syntax

(seed <integer-expression>)

where value is an integer and the function has no return value.


Portability Note

If the ANSI_COMPILER flag has not been set, this function compiles to a nonfunctional stub.


next up previous