Random Number Generator
Generate random numbers in any range, unique or repeatable.
Random numbers on demand
Whether you are drawing raffle numbers, sampling rows, or seeding a game, a quick random number is often all you need. Set a range and a count and this generator delivers.
Ask for five numbers between 1 and 100 and it returns them instantly. Switch on unique draws for lottery-style picks with no duplicates, provided the range is wide enough to fill the count.
Simple and private
Numbers are generated in your browser, so nothing you request is uploaded.
Frequently Asked Questions
What range can I use?
Any whole-number range you set with a minimum and maximum, inclusive of both ends.
Can the numbers be unique?
Yes. Turn on unique draws to get numbers with no repeats, as long as the range is large enough for the count.
Is it truly random?
It uses your browser’s built-in random generator, which is well suited to everyday picks, games, and sampling.
Browse the full set of free, private, in-browser tools.