top of page
What it is used for: Generates random numbers for general use or in contexts such as games, simulations or statistical tests.
How it works: Selects a random number from a defined range.
Calculus: Uses an algorithm to produce a number that follows no predetermined pattern.
Usage: Great for extractions, games, statistical tests and simulations.
Formula: Depends on the interval chosen (e.g. random(min, max))
bottom of page