Random Single Picker
Picks one random item from your list.
Drop in any list of names, options, or ideas and let the tool choose one at random. It's handy for picking a raffle winner, settling a hard decision, or deciding who goes first in a game. Because every item gets an exactly equal shot, nobody can argue the outcome was nudged.
Paste. Put any list in the box, one item per line.
0 items
Click Pick one to see a result.
Options
Recent results
- No history yet.
How it works
- Paste. Put any list in the box, one item per line.
- Pick. Hit Randomize. You can re-roll any time.
- Track. Turn on "No repeats" to make sure the same item isn't picked twice this session.
Frequently asked questions
How is the pick chosen?
Each item has exactly equal probability. We pick a uniformly-random index using the Web Crypto API (crypto.getRandomValues) with rejection sampling, so there's no modulo bias.
Can it avoid repeats?
Turn on "No repeats" in Options and previously-picked items will be skipped until you reset, which is great for working through a list one winner at a time.
Does my list get sent anywhere?
No. Everything runs entirely in your browser, your list is never uploaded, and the tool keeps working even offline.