Random Name Picker
What the Random Name Picker does
The Random Name Picker takes a pasted list of names and instantly selects one at random, giving you a fair, unbiased way to choose a winner from a group.
How to use it
- Paste your list of names into the box, one per line.
- Click Pick Random Winner.
- The randomly selected name is displayed.
Common uses
- Picking a winner for a giveaway or raffle.
- Randomly assigning team members to groups or roles.
- Selecting a student at random for a classroom activity.
- Choosing who goes first in a game or activity.
- Randomly selecting a name from an entry list for a contest.
Good to know
The selection uses your browser's random number generator, which is suitable for casual drawings, classroom use, and informal contests — for a giveaway with legal or regulatory requirements around fairness and auditability, check whether your jurisdiction or platform requires a specific certified random-selection method.
True randomness is surprisingly hard for humans to produce or judge intuitively — people are demonstrably bad at picking a "random" name from a list without unconscious bias toward certain names, positions, or associations, which is exactly the kind of bias a computer-generated random selection avoids entirely.
Frequently asked questions
Yes, each name has an equal chance of being selected using JavaScript's random number generator.