How to Use a Random Picker Fairly
A plain-English guide to running fair draws and giveaways: clean your list, set the rules first, use real randomness, keep the draw visible, and honour the result.
A random picker is only as fair as the way you use it. The maths inside a good tool is impeccable — but a careless setup, a quiet do-over, or an unequal list can quietly tilt the odds. Here is how to run any draw, raffle or pick so that everyone walks away trusting the result.
1. Make sure every option appears exactly once
The single most common mistake is an uneven list. If “Sam” is typed twice and “Alex” once, Sam has double the chance — even though the tool is behaving perfectly. Before you draw:
- Remove duplicate names or entries (unless you genuinely want weighted odds).
- Strip blank lines — some tools treat them as empty entries.
- Check spelling so the same person isn’t split into “Jon” and “John”.
If you do want weighting — say, more raffle tickets for early buyers — make it explicit and announce it, so nobody feels misled.
2. Decide the rules before you press the button
Agree the terms up front: how many winners, what happens on a tie, and crucially — that the first result is final. The fastest way to lose trust is the “best of three” re-roll that mysteriously appears only when the organiser’s favourite didn’t win. One draw, one outcome.
Write the rules in the chat or on a slide. It takes ten seconds and removes every “wait, that’s not fair” argument later.
3. Use a tool with real randomness
Good pickers draw from your browser’s cryptographically secure generator (crypto.getRandomValues), not a predictable shuffle. That matters because a true random source has no memory and no pattern — the next result can’t be guessed from the last. Every Mohoh randomizer, from the name picker to the decision wheel, works this way.
Avoid “random” methods that aren’t: picking the name you happen to see first, going alphabetically, or letting the loudest person decide. Those feel arbitrary but are actually biased.
4. Make the draw visible
Transparency is half of fairness. When people can see the spin happen, they believe it. For a group:
- Share your screen, or project the tool so everyone watches the same draw.
- Read the full list aloud first, so there’s no doubt who was included.
- Announce the winner immediately — no private “let me just check” pauses.
For online giveaways, a quick screen recording of the draw is gold-dust if anyone ever questions it.
5. Handle ties and multiple winners cleanly
Drawing several winners? Pick them in one pass so no name can be drawn twice (a good multi-pick tool removes each winner from the pool automatically). If you need a strict order — first, second, third — a list shuffler ranks everyone in a single fair shuffle, which is cleaner than drawing one at a time.
6. Keep it private and pressure-free
A picker that runs entirely in your browser never sends names to a server, which keeps personal data safe and the result tamper-free. There’s no database for anyone to “adjust” afterward — what you see is what happened.
A 30-second fairness checklist
- List clean? No duplicates, no blanks, no typos.
- Rules set? Number of winners, tie-breaks, and “first result is final” agreed.
- Tool fair? Uses secure randomness, treats every entry equally.
- Draw visible? Everyone can watch; the full list was shown.
- Result honoured? No quiet re-rolls.
Do those five things and your draw isn’t just random — it’s demonstrably fair, which is what actually keeps the peace. Ready to run one? Try the random name picker for winners, the decision wheel for choices, or the random group maker for splitting teams. For more on the maths under the hood, read are online randomizers truly random?
Frequently asked questions
What’s the fairest way to pick a winner from a list?
Clean the list so every name appears once, agree that the first draw is final, then use a tool with secure randomness while everyone watches. That combination — equal weighting, fixed rules, and a visible draw — is what makes a pick genuinely fair.
Is re-rolling ever okay?
Only if you announce before the draw that re-rolls are allowed (for example, if a drawn person is absent). Surprise re-rolls after seeing a result you didn’t like are the fastest way to destroy trust.
Do online pickers store the names I enter?
Good client-side pickers — including all Mohoh tools — run entirely in your browser and never send your list to a server, so nothing is stored and the result can’t be tampered with.
How do I pick several winners fairly?
Draw them in a single pass with a multi-winner tool that removes each winner from the pool, or shuffle the whole list once and take the top few. Both guarantee nobody is drawn twice.