Decide where to eat
Put the candidate restaurants one per line and spin once to settle it, instead of going back and forth.
Guide
The random wheel lets you keep several option sets, one option per line. When you spin it, cryptoInt first fixes the result among the valid options and then the stopping angle is computed; the slight Math.random() jitter during the animation only changes where it visually lands and never re-decides the winner.
Updated 2026-09-271 min read
With six valid options the random index ranges from 0 to 5; blank lines are filtered out first, so an empty option can never be drawn.
Put the candidate restaurants one per line and spin once to settle it, instead of going back and forth.
Settle a turn order for a party game or a speaking order fairly with the same wheel.
Store a fixed group of options as a set and spin it directly next time.
No — the result is fixed by Web Crypto before the animation starts.
Option sets are stored only in the current browser's localStorage; nothing is uploaded.
Updated 2026-09-27
Can't decide? Add your options and spin the wheel
One option per line; presets are saved automatically in this browser