randseedprocedure

Syntax   randseed ( seed : int, seq : 1 .. 10 )

Description   The randseed procedure restarts one of the sequences generated by randnext. Each restart with the same seed causes randnext to produce the same sequence for the given sequence.

See also   randnext, randint, rand, and randomize.