Random Name Picker
Enter a list of names or options, one per line, and pick a random winner instantly.
| Number of Entries | Chance Each Entry Is Picked |
|---|---|
| 2 | 50% |
| 5 | 20% |
| 10 | 10% |
| 20 | 5% |
| 50 | 2% |
| 100 | 1% |
FAQ
How does the random selection work?
Each pick uses your browser's random number generator to select one entry from your list with equal probability — every name has the same chance of being chosen.
Can I remove the winner and pick again?
Not automatically in this version — but you can manually delete the winning name from the text box and pick again if you want a no-repeat draw across multiple rounds.
What is this useful for?
Common uses include picking a raffle or giveaway winner, randomly assigning tasks or teams, choosing who goes first in a game, or picking a student to call on in class.
Is the selection actually fair and random?
Yes — it uses standard random number generation with no weighting, so every entry in your list has an equal chance regardless of order or how many times you click pick.
What are my odds of being picked with a certain number of entries?
With an equal chance for every entry, your odds are simply 1 divided by the number of entries in the list — see the table above for common list sizes.
Does the order of names in the list affect the odds?
No — a random index is chosen uniformly across the whole list, so a name's position (first, last, or anywhere in between) has no effect on its chances.
Does entering the same name twice change anything?
Yes — if a name appears on two separate lines, it occupies two slots in the list and effectively has double the chance of being picked compared to a name entered only once.
About this tool
This tool picks a random winner from a list you enter, one option per line. Useful for raffles, giveaways, team assignments, or any situation where you need a fair random choice. Nothing is saved or sent anywhere — the list and pick both happen in your browser.