|
September 25, 1999 Generating a Random Number Tips: September 1999
Yehuda Shiran, Ph.D.
|
|
JavaScript's Math.random() method returns a pseudorandom number between 0 and 1. The following function uses this built-in method to create a more useful random number between two given integers:
Note that the random() method isn't supported by Navigator 2.0x.
People who read this tip also read these tips: Look for similar tips by subject: |