To generate random numbers with this random number generator, enter a minimum and maximum, choose how many you want, and generate. You can turn on the no-duplicates option for unique numbers, which is useful for draws, sampling and games.
How to use the Random Number Generator
- Enter the lowest and highest number of the range.
- Choose how many numbers to generate.
- Turn on the no-duplicates option if each number should appear once.
- Generate and copy the results.
Worked example
Range 1 to 50 with 6 numbers and no duplicates gives six different values from 1 to 50, like a lottery draw.
Tips and common mistakes
- The range is inclusive, so both ends can appear.
- With no duplicates you cannot ask for more numbers than the range contains.
- For anything security-sensitive, use a dedicated password or key generator instead.
Frequently asked questions
Are the numbers truly random?
They come from your browser’s random source, which is suitable for everyday draws and games.
Can I get decimals?
This tool generates whole numbers.
Is it private?
Yes. Generation happens in your browser.