random Method (Windows Scripting - JScript)
Returns a pseudorandom number between 0 and 1.
Syntax
Math.random( )
Remarks
The pseudorandom number generated is from 0 (inclusive) to 1 (exclusive), that is, the returned number can be zero, but it will always be less than one. The random number generator is seeded automatically when JScript is first loaded.
Requirements
Applies To: Math Object (Windows Scripting - JScript)