Free, Fair Random Picker Online
Paste or type a list (one item per line) and choose how many to pick.
Every draw uses a statistically uniform shuffle (Fisher-Yates) — unlike the most common method on similar sites, which tends to favor some results over others without anyone noticing.
The draw runs entirely in your browser using the Fisher-Yates algorithm — the list of entries is never sent to any server.
Frequently asked questions
Is the draw really random and fair?
Yes. It uses the Fisher-Yates algorithm, the proven uniform method for shuffling a list — every entry has exactly the same chance of being picked, unlike naive shuffles that can favor certain positions.
Can I pick more than one item at once?
Yes, set how many items you want to pick (for example, 3 winners from a list of 50 entries) and the tool guarantees no one is picked twice.
Does this work for a Secret Santa draw?
Yes, for randomly matching who gives to whom — but since this tool shows the full list on screen rather than revealing one result privately per person, agree on a way to take turns looking at the screen.
Is the list of entries saved anywhere?
No. The whole draw happens in your browser — nothing is sent to or stored on a server.