All tools

Random Number Generator

Pick random numbers in a range, with options.

About

Set a min and max and how many numbers to draw. Toggle whether duplicates are allowed and whether the result is sorted. Uses crypto.getRandomValues for uniform randomness.

How to use

  1. Set min, max, and count.
  2. Toggle duplicates and sorting.
  3. Click generate.

FAQ

Why disable duplicates?+

For raffles or shuffles where each number should appear at most once. The tool throws if you ask for more uniques than the range allows.