GenerateRandomSearch

Number Generators

205 tools

Generate random numbers for raffles, statistics, games, sampling or everyday decisions. Set a range, choose how many numbers you need, and control duplicates and sorting.

Showing 205 of 205 tools.

Counting & probability

Puzzles & challenges

Coordinates & geometry

Statistics & probability

Choosing the right numbers tool

Random numbers with control over range, quantity, duplicates and sorting. Ranges are inclusive at both ends throughout, and every value in a range is equally likely — the conversion from raw randomness into a range uses rejection sampling rather than the modulo shortcut, which quietly favours lower values.

Random Number Generator
The general case: set a range, pick how many numbers, and decide whether repeats are allowed.
Unique Random Number Generator
You need every number in the set to be different, without having to remember to turn duplicates off.
Specialised number tools
You want a particular shape of number — even, odd, negative, decimal, percentage or fraction — without configuring the general tool.

Every tool in this category draws its results in your browser. How Generate Random works explains how the randomness is produced and what happens to anything you type in.