Random Picker
Paste a list and pick a winner at random — wheel of names, slot reel, shuffle, or bingo. Weighted draws and no-repeat for prize draws. Free, no signup.
Random Picker
Tip: add weights with a colon — Alice:3 makes Alice three times as likely.
👆 Click the wheel — or press Spin — to draw a winner
How to Use the Random Picker
Paste your list
Type or paste your names or items into the box, one per line. To make some entries more likely — for a weighted prize draw — add a colon and a number, like Alice:3, which gives Alice three times the chance of a normal entry.
Choose a mode
Pick how you want the draw revealed: the spinning Wheel of Names, a Slot reel, a full-list Shuffle, or a quick Bingo call-out. They all use the same fair draw underneath — the mode only changes the animation.
Set winners and no-repeat
Choose how many winners to draw, and tick "Remove after pick" if you are running a multi-round prize draw and want each winner taken out of the pool so nobody wins twice.
Press Pick and share
Hit "Pick" and watch the result. Copy the winners to your clipboard with one click, or reset the pool to start a fresh round. Everything runs in your browser — your list never leaves your device.
Picking Fairly: How a Random Picker Works
One Fair Draw, Four Ways to Reveal It
A random picker answers a surprisingly common need: choose one person or thing from a list, fairly, without anyone being able to argue the result was rigged. Teachers use it to call on students or assign tasks; event organisers and streamers use it to draw raffle and giveaway winners; teams use it to decide who presents first or who buys the coffee; and families use it to settle the eternal "who picks the film tonight" debate. The "wheel of names" — a colourful spinning wheel that lands on one entry — has become the dominant format because the suspense of the spin makes the fairness visible: everyone watches the same wheel slow to a stop. This tool offers that wheel alongside three other reveals — a slot-machine reel, a full-list shuffle that orders everyone, and a quick bingo-style call-out — but they all share one important property: the same unbiased draw underneath. The animation is theatre; the fairness is real.
That fairness comes from how the winner is actually chosen. Instead of the ordinary Math.random() — which is fine for games but not designed to be unpredictable — this picker uses the browser's cryptographic random number generator, the same source used for security tokens, and applies rejection sampling so that every entry has exactly equal odds with no rounding bias toward the start of the list. When you add weights, the draw honours them precisely: an entry weighted 3 is drawn three times as often as an entry weighted 1, which is what you want for tiered prize draws or for giving extra entries to people who earned them. And because everything happens locally in your browser, your list of names — which might be customers, students, or staff — never travels to a server, an important privacy point that generic online wheels often ignore.
"The spin is the show; the fairness is the substance. A good random picker makes the result feel fair because it watchably is fair — equal odds for every name, decided by cryptographic chance."
From Classroom to Prize Draw
The two options that turn a toy into a tool are weighting and no-repeat. Weighting lets you model real situations — a charity raffle where a £10 ticket buys more chances than a £1 ticket, or a loyalty draw where long-time members get extra entries. The no-repeat ("remove after pick") option is essential for any multi-winner draw: tick it and each winner is removed from the pool as they are drawn, so a hundred-name list can be drawn down to first, second, and third place without the same person winning twice. For everyday classroom use, leave both off and just spin: every student has an equal, visible chance. A note on what a random picker is and is not — it is a fair chance machine, not a substitute for regulated processes. For legally regulated lotteries, gambling, or any draw with significant prizes or compliance requirements, follow the rules and audit trail your jurisdiction demands; this tool is for everyday, informal fairness. Used for what it is best at — breaking ties, calling names, and adding a little suspense to a decision — a random picker is one of the most quietly useful small tools on the web.
10 Facts About Random Picking
The "wheel of names" is the most-searched random-picker format on the web.
This picker uses cryptographic randomness, not the weaker Math.random().
Rejection sampling removes the bias that naive modulo random has toward low numbers.
Weighted draws let an entry weighted 3 win three times as often as one weighted 1.
No-repeat mode removes each winner so nobody is drawn twice in a multi-round draw.
A shuffle uses the Fisher-Yates algorithm — every ordering is equally likely.
The animation is cosmetic — wheel, slot, and bingo share the same fair draw.
Your list never leaves your browser — nothing is uploaded to a server.
Teachers, streamers, and event hosts are the biggest users of name pickers.
For regulated lotteries, follow your jurisdiction's rules — this is for informal use.
Frequently Asked Questions
- It draws one entry uniformly at random from your list using the browser's cryptographic random number generator with rejection sampling, so every entry has exactly equal odds and there is no bias toward the start of the list. The wheel, slot, and bingo animations are purely cosmetic — the same fair draw decides the result underneath. If you add weights, the draw honours them precisely.
- The winner is chosen fairly first, and then the wheel is animated to land on that entry. That is how every wheel-of-names tool works — the spin is a reveal, not the mechanism. Because the underlying draw uses cryptographic randomness with equal odds for every entry, the result is genuinely fair. The wheel simply makes that fairness visible and suspenseful for everyone watching.
- Add a colon and a number after a name. For example,
Alice:3gives Alice three entries' worth of chance, while a plainBobcounts as one. This is useful for raffles where some people bought more tickets, or loyalty draws where members earn extra entries. The picker totals all the weights and draws in exact proportion, so weighting is mathematically precise, not approximate. - Yes. Set the "Winners" number to how many you want, and within a single draw no one is picked twice. For multi-round draws — first, second, and third place, say — tick "Remove after pick", and each winner is removed from the pool as they are drawn so they cannot win again in later rounds. Use "Reset pool" to put everyone back and start fresh.
- They are four ways to reveal the same fair result. The Wheel spins and lands on a name; the Slot cycles names like a fruit machine and stops on the winner; Shuffle reorders your entire list into a random order (handy for turn order or seeding); and Bingo gives a quick, big call-out of the winner with no long animation. Choose whichever suits your audience and how much suspense you want.
- Yes. The entire tool runs in your browser — your list is never uploaded to any server, stored, or transmitted. This matters when your entries are customers, students, employees, or anyone whose names you should not be sending to a third-party website. You can even use the tool offline once the page has loaded.
- Thousands. The draw itself is instant regardless of list size. The wheel becomes visually crowded with very large lists — the labels shrink — so for hundreds of entries the slot, shuffle, or bingo modes read more clearly, while the wheel is at its best for a few dozen names where each segment is easy to see.
- This is a fair, informal random picker for everyday use — calling names, breaking ties, small giveaways. For legally regulated lotteries, gambling, or any draw with significant prizes or compliance obligations, you should follow the audit-trail and verification requirements set by your jurisdiction or the platform you are running the promotion on. The tool makes no claim to meet any specific regulatory standard.
- No. Every entry has exactly equal odds no matter where it appears in your list. The rejection-sampling method specifically avoids the subtle bias that simpler random code can have toward earlier (lower-indexed) entries. Whether a name is first or last in the box, its chance of being picked is identical.
- Completely free, with no account, no sign-up, and no limit on how many times you can draw. It runs entirely in your browser and collects no personal data. Paste your list, pick a mode, and spin as many times as you like.
Related News
You may be interested in these recent stories from our newsroom.
No related news yet for this tool. Our editorial team publishes new pieces every week.
Browse all news →75 more free tools
Calculators, converters, security tools — no signup.