| Javascript’s built in randomizer returns a probability – a random value between 0 and 1. You need to do a little extra work to get a random number that’s use-able for picking a random item from a list or working into a game design. This tutorial will show you the standard formula for creating a useful random number from that original randm value. |
| View Tutorial |
How to Create a Useful Random Number in Javascript
Posted under Advanced Javascript Tutorials on Monday, 8 June 2009 by ashu




















No Responses to “How to Create a Useful Random Number in Javascript”