Weighted picker
Some entries count more.
Bonus entries, extra tickets, boosted roles — weighted properly.
Your list
8 entries*3 for extra chancesPut a star and a number after a name to give it more chances — Alex *3 is three entries on one line.
CSV, XLSX or TXT · up to 10.0 MB
Draw setup
Wheel colours
Custom colours8
Type a hex code or use the well. The wheel repaints as you type, and the colours repeat around it — you never have to pick one per name.
How does Spinnza choose? How Spinnza chooses ›
The winner is picked before the wheel moves, using your browser’s cryptographic random number generator (crypto.getRandomValues) rather than Math.random(). The range is reduced by rejection sampling, so no entry is even slightly more likely than another because of where it sits in the list.
Weights are applied before the draw: an entry with three chances occupies three of the total, and duplicate rows each count separately. The complete list is always used, even when the wheel is too crowded to show every name on a slice.
The animation is presentation. Once a winner is chosen, the wheel is told where to stop — it never decides anything.
8 entries
Showing an example list. Replace it with your own names.
Two ways to add weights
By hand: put a star and a number after the name. “Alex *3” means Alex has three chances, so on a list with Jamie and Sam at one each, Alex wins about sixty per cent of the time.
From a spreadsheet: pick a weight column during import. A bonus-entries column, a ticket-quantity column, a multiplier — anything numeric works, and blank or unreadable values become one chance rather than removing someone from the draw.
People and chances are different numbers
Under the wheel you will see “482 entries · 637 total chances” when weights are on. That distinction matters: 482 people are in the draw, and there are 637 chances between them.
The wheel does not repeat a name once per chance. It shows the entry once and applies the weight to the draw, which keeps a heavily weighted list readable.
Questions
- What happens to a weight of zero or a blank?
- It becomes one chance. Removing somebody from a draw because a spreadsheet cell was empty would be the wrong call to make silently.
- Are weights exact?
- Yes. Weights are whole numbers of chances and the draw walks the cumulative total with an integer, so there is no rounding drift even across thousands of entries.
The wheel is free and always will be. A recorded proof spin is $1.99, one time, no subscription — how it works.