Random Number Calculator (Generator)
Generate random numbers instantly with custom min/max, quantity, no-duplicate mode, and sorted output.
Want to pick from names or custom values instead of numeric ranges? Use the Random Choice Picker.
How to Use the Random Number Generator
What this calculator is for
Use this tool when you need random integers in a range, such as raffle tickets, classroom exercises, test data, or simulation inputs.
Unique vs duplicated draws
With unique mode on, each number can appear only once. With unique mode off, duplicate numbers are allowed (sampling with replacement).
Range and count rules
- Range is inclusive, so min = 1 and max = 10 means 10 possible values.
- If uniqueness is enabled, requested count cannot exceed the range size.
- Sorting only affects display order, not randomness quality.
Worked examples
- Min 1, Max 100, Count 5, Unique on: five distinct numbers from 1 to 100.
- Min 10, Max 15, Count 20, Unique off: duplicates may repeat because sampling allows replacement.
- Min 1, Max 6, Count 6, Unique on: a shuffled set of dice faces.
Need to pick from names or custom values?
Yes, that should be a separate workflow. Use the Random Choice Picker when you want to pick from a list like names, tasks, teams, or options.
Related tools: prime checker, sequence calculator, and mean, median, and mode.