Random Name Picker

Paste a list of names, click Pick a Winner, and watch the slot-machine roll until it lands. Used by teachers, giveaway hosts, and anyone who hates being the tiebreaker.

A random name picker is a free browser tool that selects one name from any list using cryptographic randomness — the same technology that secures online transactions. Teachers use it to cold-call students fairly, giveaway hosts use it to pick verifiable winners, and streamers use it live on camera. No data ever leaves your device.

0 names
How to use

Three steps. No signup. Done.

1. Paste your list

One name per line works best, but commas and semicolons are fine too. Empty lines are skipped automatically.

2. Hit "Pick a Winner"

The picker cycles through your list at high speed and lands on a single name — chosen with cryptographic randomness.

3. Share the result

Copy or share the winner with one tap. Or toggle "Remove winner" to keep going through the list without repeats.

Common uses

What people pick names for.

📚 Classroom cold-calls

Fair student selection without favoritism. Drop in your roster once and use it all year.

🎁 Giveaway winners

Paste comments or emails from your contest, screen-record the pick for proof.

🍕 Restaurant deciders

Type the places you're considering, let randomness end the debate.

🔁 Daily standup picker

Random presentation order for your team. Keeps things fair and lively.

Why FairPick

The Random Name Picker Teachers, Streamers & Hosts Actually Use

FairPick's random name picker is built for the three groups who pick names most often: teachers cold-calling students, content creators picking giveaway winners, and anyone running a live event where the draw needs to be seen and believed. Each group has different needs — so here's how it works for each.

Random Name Picker for Classroom

Teachers need a name picker that works on school hardware (Chromebooks, locked-down iPads, school networks), handles a full class roster without slowing down, and doesn't require a login or app install. FairPick checks all three. Paste your class list once, and it stays in the browser's local storage so it's ready for every lesson without re-entering names. Toggle "Remove winner after picking" to work through your whole class without calling the same student twice. Many teachers project FairPick fullscreen on the classroom whiteboard — the slot-machine animation keeps students engaged and proves the pick was fair.

Random Name Picker for Giveaways

For YouTube, Instagram, TikTok, and Twitch giveaways, the pick has to look fair as well as be fair. Paste your entrant list — usernames, comments, email addresses, anything — and screen-record the pick in real time. Because FairPick runs entirely client-side with no server involvement, there's nothing hidden and nothing that can be adjusted after entries close. The cryptographic randomness means every entrant has exactly equal odds regardless of when they entered or how the list is ordered.

How Our Random Name Selector Differs

Most random name selectors on the web use Math.random(), a pseudorandom function that produces predictable patterns under the right conditions. FairPick uses crypto.getRandomValues() — the same entropy source your browser uses for TLS connections and password generation. It's not just more random; it's random in a way that can be trusted for decisions that matter.

Questions

Frequently asked.

Is the random name picker actually random?

Yes. We use crypto.getRandomValues(), the cryptographically-strong random source built into your browser. The same source used to generate security keys. There's no weighting, no machine learning, no preference — just real randomness.

Is there a limit to how many names I can use?

Practically, no. The picker handles thousands of names without breaking a sweat because everything runs locally in your browser. We've tested with 10,000+ entries.

Can I use it for a giveaway and prove it's fair?

Absolutely. Many giveaway hosts screen-record the pick happening live. Since the tool runs entirely client-side and uses transparent randomness, what you see is what you get.

Does it remember my list between visits?

Your list stays in this tab as long as you don't refresh. We deliberately don't save anything to a server or sync across devices — your list is yours alone.

How is this different from a wheel spinner?

Same outcome, different vibes. The spin the wheel tool gives you a visual wheel for groups watching together. The name picker is faster and better for long lists.