Generator Tools
Spinner Wheel
Spin a customizable wheel to pick a random name from a list. Weighted entries, raffle elimination mode, tick sound, and a winner history.
Wheel
8 entries · 8 total weight
Blank lines and lines starting with # are ignored. Add x2 or x3 after a name to weight the slice. Add a hex color like #ff8800 to set a custom slice color.
Options
Slice colors
How to use
- Type or paste your entries in the textarea, one per line. Blank lines and lines starting with # are ignored.
- Optionally weight an entry by adding x2, x3, and so on after the name. Set a custom slice color by adding a hex code like #ff8800 after the name.
- Click Spin the wheel. The wheel spins for the configured duration and lands on a random entry, weighted by slice size.
- Switch on Remove winner on pick to draw without replacement (raffle or elimination mode). Switch on Tick sound for a click on each slice crossing.
- Read the winner in the Latest pick panel and review the History list. Click Copy winner or Copy on the history panel to save the result as plain text.
About this tool
Spinner Wheel is a visual random picker. Paste a list of names, choices, or prizes, one per line, and the wheel renders a slice for each entry. Click Spin the wheel and the SVG spins with a cubic ease-out for a few seconds, lands on one entry, and announces a winner. The pick is decided by the browser's cryptographic random number generator (crypto.getRandomValues), weighted by each entry's slice size, so the visual result and the underlying random draw always match. Three things make this wheel useful beyond a basic randomizer. First, you can weight entries by adding x2, x3, and so on after a name, which widens the slice and boosts the odds proportionally (handy for prize draws where some tickets count more, or for sports where you want to bias an outcome by skill). Second, an optional Remove winner on pick mode turns the wheel into a raffle or elimination tool: the winning entry is removed after each spin, so you can draw five names in sequence without retyping or accidentally repeating. Third, you can set a custom slice color per entry by adding a hex code (Alice #ff8800), or choose between a built-in palette and a single-color mode for the whole wheel. Other controls include a spin duration slider (2.5 to 8 seconds), a number-of-turns slider (4 to 14 full rotations) for more or less dramatic spins, an optional tick sound generated locally with the Web Audio API (no audio file is downloaded), and a shuffle button that reorders the entry list using a Fisher-Yates shuffle so the visual position of names changes between rounds. A history panel keeps the last fifty winners in newest-first order with timestamps and one-click copy. Useful for classroom name picking, team assignment, raffle draws, prize wheels, what-to-eat-tonight decisions, who-goes-first turn order, prize giveaways on streams, brainstorming prompts, and any time you need a fair, visible random pick from a list. Everything runs in your browser; the entry list, winners, and history never leave your device.
Free to use. Works in your browser. No signup, no login.
Related tools
You may also like
Random Team Generator
Split a list of names into balanced random teams or fixed-size groups.
Open tool
GeneratorList Shuffler
Shuffle names, lines, or items with a fair Fisher-Yates shuffle or a seeded reproducible draw.
Open tool
GeneratorCoin Flip
Fair virtual coin flip with single, multi flip, and custom outcomes.
Open tool
GeneratorDice Roller
Roll one or many polyhedral dice with modifiers, advantage, keep highest or lowest, and 2d6+3 notation.
Open tool
GeneratorRandom Number Generator
Random integers, decimals, dice rolls, and list picks with unique-only and sort.
Open tool
GeneratorTournament Bracket Generator
Single-elimination bracket maker with seeds, byes, and printable SVG.
Open tool