Decision Wheel
Type in your options, one per line, and spin. Fully random each time — picks are drawn with the same secure random source used elsewhere on this site, not a weighted or predetermined order.
Frequently asked questions
Is the spin actually random?
Yes. The winning option is chosen using crypto.getRandomValues(),
the same cryptographically secure random source used by this site's
password generator, with the same care taken to avoid bias —
not a weighted or "rigged" pick, and not the weaker
Math.random() some simpler tools use.
Can I make one option more likely than others?
There's no dedicated weighting control, but you can add the same option more than once (e.g. list "Pizza" twice) to double its odds — the wheel just treats duplicate lines as separate slices.
What does "remove option after it's picked" do?
Turn it on for elimination rounds: each time the wheel lands on an option, that option is removed from the list before the next spin, so you can work through a list without repeats.
How many options can I add?
As many as you like, though the wheel gets harder to read on small screens past 15–20 options. You need at least 2 to spin.