🔢 Random Number Generator
Pick a range, choose how many numbers you need, and generate. Turn off duplicates for lottery-style draws where each number can only be drawn once, and copy the results with one click. Powered by the same cryptographic randomness as everything on Twirlo.
Frequently asked questions
How random are these numbers really?
They come from crypto.getRandomValues — a cryptographically secure generator seeded by your operating system, the same class of randomness used for encryption keys. Unlike basic Math.random(), the sequence can't be predicted or reproduced.
Can I generate numbers without duplicates?
Yes — switch off 'allow duplicates' and every number in your draw is unique, like pulling numbered balls from a drum without putting them back. Handy for raffles, prize draws and secret santa orderings.
What can I use the number generator for?
Raffle draws, picking random winners by entry number, choosing lottery numbers, random sampling for a survey, or settling anything a dice roll is too small for. If you need 1–10 with drama, try the Lucky Number Wheel instead.
More randomizers
Coin Flip
Flip a virtual coin — truly 50/50
Dice Roller
Roll up to six d4–d20 dice
Random Name Picker
Draw a winner from a pasted list
Random Team Generator
Split any list into fair random teams
Prefer a spinning wheel? Browse our giveaways wheels →