Random picker — numbers, shuffles and list draws
Generate random numbers in a range, or shuffle and draw from your own list, using your browser's secure random source (0 uploads, works offline).
How to use it
- Set the options above.
- Results generate instantly on your device.
- Copy or Download them.
FAQ
How do I pick a random number or name for free?
Choose numbers and a range, or paste a list and pick from it — results generate instantly in your browser from a secure, unbiased random source, with no upload. Ideal for fair draws, giveaways and sampling.
Is the randomness fair?
Yes — it uses the cryptographic random generator with rejection sampling, so every number or item is equally likely. A naive modulo or sort-based shuffle is subtly biased; this avoids that.
Is my list uploaded?
No. Everything runs locally and nothing is stored; it works offline, so a private list of names stays private.
Can I draw several unique items?
Yes — the list mode shuffles and takes the number you ask for, without repeats.
Limits
Numbers are integers within the range; list picks are without replacement. Up to 1000 at a time.
Related
The passphrase and password generators use the same secure source for secrets.
Bookmark this page (Ctrl+D, or ⌘D on Mac) or install the app — it works offline the next time you need it.