Wheel of Names
Enter names or options, spin the wheel, and get a random winner — your list is shareable by link and runs entirely in your browser.
5 entries
How to use Wheel of Names
Spin a colorful interactive wheel to pick a random winner from your list of names or options. Enter entries one per line, click Spin, and watch the wheel land on a cryptographically random choice — every entry has exactly equal odds thanks to the Web Crypto API. Perfect for classroom name draws, contest winner selection, party games, decision-making, and team assignments.
- Type or paste your list of names or options — one entry per line — in the text area.
- Review the colorful wheel preview, which updates automatically as you edit the list.
- Click "Spin the Wheel" and watch the animated spin slow to a random stop.
- See the highlighted winner prominently displayed below the wheel.
- Click Copy to save the winner, or spin again for a fresh random pick.
Your data never leaves your device — 100% private processing.
Equal probability and fair randomness
Each entry on the wheel occupies exactly the same arc length — (360° ÷ n) degrees — so no entry has a statistical advantage regardless of the order they were added or their position on screen. The winning index is selected using window.crypto.getRandomValues(), a cryptographically secure source drawing from OS-level entropy (hardware events, timing jitter). This is the same source used to generate cryptographic keys, making results genuinely unpredictable rather than just appearing random.
When to use a spinning wheel picker
A spinning wheel is psychologically more satisfying than a plain random number because the visual animation builds anticipation and the result feels fair to all participants. Common uses include: teachers picking students to answer questions without repetition bias; competition hosts selecting raffle winners; teams deciding which task to tackle first; families choosing a restaurant or weekend activity; content creators picking giveaway winners on stream; and board-game nights replacing physical spinners. The shareable link feature lets you set up a wheel on desktop and spin it on a phone or projector.
| Use case | Typical entries | Tips |
|---|---|---|
| Classroom picker | Student names | Add each name once for equal chance |
| Raffle draw | Ticket numbers or names | Add duplicate entries to weight odds |
| Team rotation | Team member names | Remove winner after spin for no-repeat |
| Decision maker | Options like "Pizza, Sushi, Burger" | Spin to break decision paralysis |
| Prize wheel | Prize names | Add "No prize" multiple times to adjust odds |
Weighted entries
Want some entries to have a higher chance of winning? Add them multiple times — one extra line per additional weight unit. For example, if Alice should have twice the chance of Bob, enter "Alice" on two lines and "Bob" on one. The arc length allocated to each entry adjusts automatically. This mirrors how real raffle drums work: each ticket is a separate entry with equal weight, so buying more tickets increases the odds proportionally.
Glossary
- Cryptographically secure RNG
- A random number generator that draws from hardware entropy sources, making its output unpredictable even to an attacker who knows the algorithm.
- Arc segment
- Each colored slice of the wheel representing one entry, sized as 360° divided by the total number of entries.
- Ease-out animation
- A spin animation that starts fast and gradually slows to a stop, mimicking the physics of a real spinning wheel.
- Entropy
- Unpredictability or randomness in a system — higher entropy means less predictable outcomes.
- Weighted draw
- A random selection where some items appear more than once, increasing their probability of being chosen.
Related reading
Frequently Asked Questions
Get weekly tool tips & updates
New tools, power-user tips, and productivity hacks — delivered free every Friday.
No spam, ever. Unsubscribe with one click.
Why use Wheel of Names?
- Cryptographically random generators for secure use cases
- Fully configurable output — length, charset, quantity
- Download or copy output in one click
- No data logged or stored — 100% private generation
Common use cases
- Generate a strong random password for a new account
- Create test data with realistic-looking names and emails
- Produce random numbers for a classroom lottery
- Generate Lorem Ipsum placeholder text for mockups
- Create unique UUIDs for software development
Related Generators
Random Picker
Pick a random item from a list online. Enter your options, spin, and get a winner instantly. Pick multiple winners without repeats. Free random choice picker.
List Randomizer / Shuffler
Randomize and shuffle any list online. Enter items, click shuffle, and get a randomly ordered list. Also sort alphabetically or by length.
Yes or No Decision Maker
Get a random Yes or No answer instantly. Magic 8-ball mode, adjustable probability, and custom choice picker. Free online decision maker.
Password Generator
Generate strong, secure, random passwords instantly. Uses the Web Crypto API — nothing is sent to any server, so your passwords stay private.
Random Number Generator
Generate random numbers between any range instantly. Choose count, allow duplicates, and use dice shortcuts (d6, d20). Free online random number generator.
Dice Roller
Roll virtual dice online. Roll d4, d6, d8, d10, d12, d20, d100, or custom dice. Roll multiple dice at once. Free online dice roller with roll history.
Explore all Generators.