Is the roulette truly fair?
Yes, it's 100% fair. This tool uses cryptographic random number generation (crypto.getRandomValues) to ensure each option has an equal probability. If you set weights, the probability is determined by the exact ratio of the weights.
How many options can I add?
You can add a minimum of 2 and a maximum of 30 options. The more options you add, the denser the wheel becomes, but all options remain visible.
Can I add multiple options at once?
Yes. Type comma-separated names in the input ("Pizza, Pasta, Salad") to add them all at once. You can also paste a newline-separated list copied from a notes app — each line becomes an option. Duplicate names are skipped automatically.
How do weights work?
Each option's weight is proportional to its winning probability. For example, if option A has weight 1 and option B has weight 2, then B is twice as likely to be selected as A.
Where are my saved sets stored?
All sets are saved in your browser's local storage and are never sent anywhere. Your saved sets will remain even after refreshing the page.
What is Remove Winner Mode?
This mode allows you to exclude the previously selected option and spin again. It's useful when you need to make multiple sequential selections, such as determining the order for a group.
Why is there no sound?
Your browser or device may be muted. Check your browser's audio settings and the device's volume. Also, if your OS has "Reduce Motion" enabled, sounds may not play. Check the sound toggle in the Settings tab as well.
Can I edit options?
Yes, you can edit the option names in the input field next to each option. You can also adjust the weight. To remove an option entirely, click the delete button (×).
Does it work on mobile devices?
Yes, it works on all devices. The interface is touch-friendly and fully responsive, optimized for small screens.