ChompCalc

Random Picker

Pick a random winner, number, or item from a list. Great for giveaways, decisions, and games.

Sometimes the hardest part of a decision is simply making it — which restaurant, who goes first, which name wins the giveaway. This random picker lets you enter any list of options and selects one at random, giving you a fair, unbiased choice in a single click. No more 'I don't know, what do you want to do?' loops, and no thumb-on-the-scale favoritism.

It is genuinely useful wherever fairness or a tie-break is needed: drawing a winner for a contest or raffle, deciding who pays or goes first, picking a team or a partner, choosing tonight's movie or dinner spot, or breaking a deadlock when a group can't agree. Because a true random draw gives every option an equal chance, it sidesteps the arguments, the politics, and the quiet bias that creep into 'let's just decide' — and the page below explains where random choice helps and where it doesn't.

Plug in some numbers —

we'll crunch.

How to use

  1. 1Choose your mode: names list, random number range, or yes/no.
  2. 2For names: enter one name per line (or comma-separated).
  3. 3For numbers: set the min/max range and how many numbers to pick.
  4. 4Increase 'Re-roll trigger' by 1 to get a new random result instantly.

How it works

The picker assigns every option you enter an equal probability and then selects one using the device's random number generator. If you enter five names, each has exactly a 1-in-5 (20%) chance, regardless of order or position in the list. Each draw is independent, so a name that won last time is no less likely to win again — randomness has no memory.

The randomness comes from your browser's built-in pseudo-random number generator, which produces sequences statistically indistinguishable from true randomness for everyday purposes. The key fairness property is uniformity: every option is equally likely, with no hidden weighting toward the top of the list or the most recently added entry. That impartiality is the whole point — it's why a random draw feels fair in a way that 'you choose' never quite does.

Worked examples

A fair giveaway draw

You're running a giveaway with 50 entrants and need to pick one winner.

  • Enter all 50 names into the picker.
  • Each name gets an equal 1-in-50 (2%) chance.
  • Click once to draw the winner.

One name is selected with perfect impartiality — no favoritism, no spreadsheet sorting tricks. For public contests, drawing this way (ideally on a screen others can see) keeps the result transparent and defensible.

Breaking a group deadlock

Four friends can't agree on dinner: pizza, sushi, tacos, or burgers.

  • Enter the four options.
  • Each has a 25% chance.
  • Let the picker decide.

The picker settles it instantly and fairly. The hidden benefit: once chance has chosen, people usually feel relieved rather than cheated — and if you find yourself hoping for a particular outcome, that itself reveals what you actually wanted.

Tips & common mistakes

Use random choice for decisions where every option is genuinely acceptable — what to eat, who goes first, breaking a tie. It's the wrong tool for choices that deserve real judgment, like major financial or medical decisions, where the 'work' of weighing the options is exactly what you shouldn't skip.

Notice your reaction to the result. There's an old trick: when the picker lands on an option and your gut sinks or leaps, that feeling tells you your true preference. If you secretly hoped for a different answer, just go with that — the draw has done its real job of surfacing what you actually wanted.

For anything high-stakes or public, like a contest with prizes, make the draw visible and verifiable so the outcome is trusted — pick in front of witnesses or on a shared screen. And remember that randomness has no memory: each draw is independent, so the same option can come up twice in a row, which is perfectly fair even when it doesn't feel like it. If you need to pick several distinct winners, remove each one after it's drawn so it can't be selected again.

Frequently asked questions

Last reviewed: June 2026