ZovaTool

Random Number Generator

How to use the Random Number Generator

  1. Set min and max range.
  2. Set how many numbers you need.
  3. Toggle integer / decimal output and unique mode if you need no repeats (lottery picks).
  4. Optionally set a seed for reproducible results.
  5. Click Generate — stats (mean, median, SD) are computed automatically.
Advertisement

Random numbers — when, and why

Random numbers power simulations, sampling, lottery picks, games, and statistical resampling. Most apps use a pseudo-random generator: deterministic but statistically indistinguishable from true random.

Setting a seed makes the output reproducible — invaluable for testing and Monte-Carlo experiments where you need to repeat exactly the same run.