Roulette Picker
Roulette Picker is a free decision tool that runs directly in your browser with no account required.
About this tool
Paste a list of options, spin the wheel, and let it decide: the colored roulette turns for a few seconds and the pointer lands on the winning segment. It is built for lunch spots, coffee orders, task assignments, giveaway winners, and any choice a group cannot make on its own, with a multi-draw mode that can pick several winners with or without repeats.
How to use
- Enter each option on its own line in the Items field.
- Set Draws to how many picks you need, and use Repeat items to choose between No repeats and Allow repeats.
- Press Spin roulette and watch the wheel slow down onto the winner; the result panel lists every draw in order.
Frequently asked questions
Is the wheel rigged or is the landing truly random?
The winner is selected uniformly at random with crypto.getRandomValues, the browser's cryptographically secure generator, and the wheel is then animated to stop on that item's actual segment. Every item on the wheel has an equal chance regardless of its position or color.
What is the difference between No repeats and Allow repeats?
With No repeats, the list is shuffled and draws walk through it, so no item is picked twice until every item has been used once. With Allow repeats, each draw is an independent uniform pick, so the same item can win multiple times.
How many items and draws can I use?
Any number of items, one per line, and up to 100 draws per spin. Long labels are truncated on the wheel display, and wheels with many items use smaller text, but the full names appear in the results list.
Can I use this for giveaways?
Yes. Paste entrant names one per line, set Draws to the number of winners, and keep No repeats so nobody wins twice; the numbered results give you the winner order.
Does the spin animation influence the result?
No. The pick is decided before the wheel starts moving, and the rotation, including its slight random offset within the winning segment, is calculated to land the pointer on the predetermined winner.
Are my lists uploaded anywhere?
No. Items and results stay in your browser; the picker runs entirely locally and works offline once loaded.