The VBScript Network and Systems Administrator's Cafe

Aug 29 2008   2:04PM GMT

VBScript Statements: Explanation of the Randomize Statement



Posted by: Jerry Lees
Random Numbers, randomize, VBScript Statements

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

Comment on this Post

Leave a comment: