setrand/1¶
setrand(+ Key)*
Use a term of the form rand(X,Y,Z)
to set a new state for the random number generator. The integer X
must be in the range [1...30269)
, the integer Y
must be in the range [1...30307)
, and the integer Z
must be in the range [1...30323)
.