Skip to main content
PocketToolz

Random Name Picker

Pick a name at random from a list — for classrooms, draws and choosing who goes first.

FunRuns in your browserFree, no signup

About the Random Name Picker

Picks a name at random from a list, with an option that matters more than it sounds: drawing without replacement, so everyone is picked once before anyone is picked twice.

Uniform picking every time is fair in the statistical sense and obviously unfair in a classroom. It will happily call the same child four turns running while another is never called, because independent draws have no memory. Drawing without replacement gives everyone a turn, which is what a teacher actually wants.

Picking several at once is useful for teams and for prize draws. The names come from the browser's cryptographic random source, so a draw run here is defensible.

How it works

  1. Paste the names, one per line.

  2. Pick one, or pick several at once for teams and prizes.

  3. Turn on 'no repeats' so everyone gets a turn before anyone repeats.

Frequently asked questions

How do I make sure everyone gets a turn?
Turn on drawing without repeats. Everyone is picked once before anyone is picked twice, which is what a classroom needs — uniform picking will call the same person four times running and skip someone entirely.
Can I pick several names at once?
Yes. Set how many you want and that many are drawn together without duplicates, which is how you split a group into teams or draw several prize winners.
Is it fair for a prize draw?
The selection uses the browser's cryptographic random source with the bias removed, so every name is equally likely. Recording who was drawn matters as much as the randomness if the result may be questioned.
What happens when everyone has been picked?
The round ends and you can start it again, which reshuffles and begins a fresh pass. Nobody is picked twice within a round.
How many names can I add?
As many as you can paste — one per line. Hundreds are no problem, since the draw happens in your browser with no server involved.

Privacy

Everything happens locally. Your files are read by your own browser, processed on your device, and never uploaded — closing the tab is all it takes to erase them.

Related Fun tools