RANDOMIZE
PURPOSE
This command will generate a random seed to be used in the RNDM() function. Call this command once before calling single or multiple RNDM() functions.
RANDOMIZE There are no required parameters for this function
COMMENTS
EXAMPLE
Define I type I
Start:
Randomize
i=1
While i<100
msg Rndm()
inc i
endw
ret
Page url: http://www.cassoftware.com/tas/manual/randomize.htm