VBScript Statements: Explanation of the Randomize Statement
Posted by: Jerry Lees
The Randomize statement seeds the VBScript random number generation engine with a new seed. A seed is a user defined value that helps create a random number.
There are no options for the Randomize statement, it’s use is simply:
Randomize



You must be logged-in to post a comment. Log-in/Register