Name Picker Wheel
Random name picker for classrooms, teams, and giveaways. Fair selection with cryptographically secure randomness.
- Alice
- Bob
- Charlie
- Diana
- Emma
- Frank
- Grace
- Henry
Random Name Picker — Fair Selection for Classrooms and Draws
Whose turn is it? Drop in the names, spin once, and let the wheel call someone — no playing favorites, no 'you always pick him.' Cryptographically random, works offline, no signup.
From cold-calling a quiet class to drawing a raffle name in front of a crowd
Why Choose wheel.expert?
Nobody Can Cry Favoritism
When the wheel calls a name, there's no arguing the teacher 'always picks the same kids.' The choice happens in plain sight, on the projector, and it's out of your hands — which is exactly why students accept it.
Pulls In the Quiet Ones
Shy students often coast because the same three hands go up every time. Random selection quietly changes the math: everyone knows their name is in the wheel, so they stay ready instead of hiding in the back row.
Spins With the WiFi Down
School networks drop at the worst moments. Install the wheel once and it keeps running with no connection — handy in a gym, a field-trip bus, or that one classroom where the signal never reaches.
Remove a Name So Everyone Gets a Turn
Tap 'remove winner' after a spin and that name drops out of the next round. Work down the list and every single person gets called once before anyone gets called twice — no spreadsheet, no tally marks.
A Genuinely Even Draw
Some pickers quietly favor whatever name you typed first. This one draws from the Web Crypto API — the same randomness source browsers use for security keys — so the last name on the list has the exact same odds as the first.
Free, No Account, Nothing Stored
No signup screen, no email capture, no ads parked over the spin button. The names you add stay in your browser and vanish when you close the tab.
How to Pick a Name Fairly
Drop In the Names
Type names one per line, or paste a whole class roster, sign-up sheet, or attendee list at once. The wheel slices itself evenly the moment the names land — eight names or eighty.
Set the Mood
Pick colors, a celebratory sound, a spin speed. A slow wind-down builds suspense for a raffle draw; a quick snap suits rapid-fire cold-calling between questions.
Spin and Let It Land
Tap the center and step back. The wheel turns, slows, and stops on one name — chosen by the algorithm, not by where you nudged it. Read the name aloud and you're moving.
Keep It or Clear It
Calling on people one at a time? Hit 'remove winner' and spin again for the next turn. Running a draw where someone could win twice? Leave every name in and spin fresh each round.
Where a Fair Name Draw Actually Helps
Cold-Calling Without the Dread
Equity sticks — names on popsicle sticks pulled from a cup — are a long-standing teaching method for spreading questions evenly. The wheel is the same idea, just bigger on a screen and impossible to fudge.
Raffle and Door-Prize Draws
Load every entrant's name, spin for the prize, then remove that name and spin for the next one down. The crowd watches the same wheel you do, so there's nothing to dispute when their name doesn't come up.
Who Presents First
Deciding speaker order by hand always feels rigged to whoever goes last. Spin once per slot — or remove each name as it's called — and the running order comes out of thin air instead of out of seniority.
Picking Who's On the Hook
Line leader, snack helper, the one who has to summarize the reading — someone has to do it. A spin assigns the unglamorous jobs without the groan of 'why me again,' because the wheel doesn't hold grudges.
Whose Turn Goes Next
Board game night, a trivia round, a kid arguing they 'never' go first — spin the names and the order is settled before the squabble starts. Turn after turn, remove the last name so the whole group cycles through.
Why This Beats a Hat Full of Paper
Random You Can Defend
Turn-Taking Built In
Ready When the Network Isn't
Ready to start spinning?
Join thousands making fair, random choices every day.
Truly Random Selection - How Our Algorithm Works
Unlike many wheel spinners that use Math.random(), wheel.expert uses the Web Crypto API (crypto.getRandomValues()) for cryptographically secure random number generation. This is the same API used by security-critical applications like password generators.
Web Crypto API (CSPRNG)
We use crypto.getRandomValues(), a Cryptographically Secure Pseudo-Random Number Generator (CSPRNG) built into all modern browsers.
Unbiased Selection Algorithm
When all entries have equal weight, we use rejection sampling to eliminate modulo bias - a common issue in random selection. This ensures each entry has a mathematically equal probability of being selected. With weighted entries, probabilities are proportional to assigned weights.
Client-Side Transparency
All random selection happens in your browser at the moment of spin. The code is open and inspectable via browser DevTools. For important giveaways, we recommend screen recording your spins as proof of fairness for your audience.
🔍 Verify it yourself: Open DevTools (F12) → Sources → Search for 'getRandomValues' to see our CSPRNG implementation.
Popular Use Cases
- ✓Classroom selection
- ✓Contest winners
- ✓Team assignments
- ✓Fair selection
- ✓Group leaders
Frequently Asked Questions
Type names one per line, or copy a whole list out of your gradebook or a sign-up sheet and paste it in one go. The wheel re-slices itself instantly, so a roster of thirty splits as cleanly as a list of six.
Yes — that's what 'remove winner' is for. Spin, read the name, tap remove, and that person drops out of the next round. Keep going and the wheel works through the entire list once before a single name comes up twice. No tally sheet needed.
It's genuinely fair. The pick comes from the Web Crypto API — the same secure random source browsers use for encryption keys — so the last name on the list has identical odds to the first. There's no hidden weighting toward whatever you added first.
Because the same few hands go up every time, and the quiet students learn they can hide. Pulling names at random — a method teachers have used for years with popsicle 'equity sticks' — keeps everyone ready, since anyone could be next. The wheel is that trick scaled up onto a screen the whole room can see.
Plenty — a full class, a club roster, a hundred-plus raffle entrants. The slices get thinner as the list grows, but the spin and the odds stay the same. For a big draw, the slow wind-down on the final spin is half the fun anyway.
It does. The picker installs as a progressive web app, so once you've opened it the first time it runs offline. Spin names in a gym with no signal, on a field trip, or in the back classroom where the WiFi never quite reaches.