Skip to content
Tristan Hume edited this page Apr 23, 2012 · 2 revisions

#randseed

##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.html, randint.html, rand.html, and randomize.html.

Clone this wiki locally