Random Number Generator
Produce random integers within any range using the browser's crypto API. Set the minimum, maximum and how many to generate (up to 1000), require unique values, and optionally sort the output. Results are validated for feasibility and easy to copy.
Examples
Min 1, Max 100, count 5, unique
7, 23, 41, 58, 92
How to use Random Number Generator
Why use this tool
Frequently asked questions
Set the minimum to 1 and the maximum to 100, then choose how many numbers to generate. The tool uses crypto.getRandomValues for secure randomness.
Enable unique mode and choose a count that is no larger than the size of the range. This draws distinct values without duplicates.
Yes. It uses the browser's crypto.getRandomValues API and rejection sampling to avoid modulo bias, producing unpredictable, uniformly distributed integers.
Yes. Use the unique values option and keep the range equal to the number of entries for fair, transparent drawings.
Use unique mode with count set to 10 and make sure the range has at least 10 values. The tool will return 10 distinct numbers.
Found a bug or have an idea?
ToolOrbit is actively developed — feedback directly shapes what gets built next.
Send feedback