Random Picker
Pick a name from a list, a number within a range, or flip a coin, with a fair, unbiased result.
Pick an item from a list
Random number in a range
Flip a coin
How it works
The tool brings together three ways to leave a choice to chance, each in its own block:
- Pick an item from a list — you write the participants, one per line, and one of them is chosen at random.
- Random number within a range — you set the minimum and maximum, and a number within that range is drawn.
- Flip a coin — a virtual coin toss, with a 50% chance for each side.
The draw uses the browser's own random number generator, the kind used where impartiality matters — each participant or number has exactly the same chance. Nothing is sent over the internet: the result is decided on your device, the moment you click.
When to use
Random picks settle everyday standoffs without argument. Choosing who goes first in a game, who pays the bill, who presents first, or setting the order of a queue. In the classroom, to call on a student at random. At home, to decide fairly between siblings.
The number picker works for simple raffles, games, choosing a random pick, or setting a quantity by chance. And the coin flip is the oldest tiebreaker there is — handy when there are only two options and no one wants to give in. Having all three together covers most "let chance decide" situations.
Practical examples
Who presents first
A team of four needs to set the order. Writing the four names, one per line, and clicking pick gives an impartial name — with no one able to claim the choice was influenced.
A raffle number
For a simple raffle of 1 to 100, just set that range and draw. The number that comes up has the same chance as any other in the range, keeping the game fair.
Common mistakes
A common misunderstanding is thinking repeated results mean the draw "isn't random". Repetitions happen naturally in randomness: flipping heads three times in a row is perfectly possible. Random doesn't mean alternating, nor perfectly evenly distributed over just a few tries.
Another point is confusing a draw with a draw without repetition. Each click here is an independent event: the number drawn now can come up again on the next. For draws where nothing may repeat — like picking a full order — you'd need to remove the already-chosen items each round.
It's also worth remembering that, in the number block, the minimum must be less than or equal to the maximum. Swapping the two or leaving a field empty prevents the draw — the tool simply doesn't return a number in that case.
Frequently asked questions
Is the draw really unbiased?
Yes. It uses the browser's random number generator, in which every option has exactly the same probability. There's no way to predict or influence the result.
Can the same number be drawn twice?
It can. Each draw is independent of the previous one. If you need results not to repeat, manually remove the ones already drawn before the next round.
Is there a limit on list items?
There's no practical limit. You can paste a long list, one name per line, and the tool draws normally among all non-empty items.
Is it valid for official prize draws?
It's ideal for games and everyday decisions. Draws with legal weight, such as commercial promotions, usually have their own rules and specific authorization requirements.