Randomize PROC
Re-seeds the random number generator with the
current time in hundredths of seconds.
Call args: None Return arg: None Example: call Randomize ;re-seed generatorNote: The value of the new seed is used by the Random32 and RandomRange procedures.
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |