How to Generate Random Numbers: Uniform Distribution from 0 to 1
Jump to navigation
Jump to search
Create a new JavaScript Variable with the following Expression:
Math.random();
See Also
- JavaScript Variables for detail on how to create new variables in the Variables and Questions tab using JavaScript.
- JavaScript for information about the JavaScript programming language.
- How to Generate Random Numbers: Poisson Distribution.