Randomize Instruction
SyntaxGroupRandomize [Seed]
MathDescription
Randomize the random number generator.
See Also
Parameters Description Seed This numeric value sets the initial seed for the random number generator. If this value is omitted then the current time is used as the seed.
Rnd( )
Sub Main Randomize Debug.Print Rnd ' 0.?????????????? End Sub