๐ก Name Wheel Picker
AliceBobCarolDaveEve
Enter a list of names or options and spin a wheel divided evenly among them to randomly pick one. Useful for choosing a raffle winner, deciding turn order, or picking what to eat.
How to use
- Enter your options, one per line.
- Press "Spin" to spin the wheel.
- Whichever option the wheel lands on (under the pointer) when it stops is shown as the result.
FAQ
Does every option have an equal chance of being picked?
Yes. The wheel is divided into equal-sized slices based on the number of options, and the result is chosen fairly using a cryptographically secure random number generator.
What happens if I enter the same option multiple times?
Duplicates are allowed, so entering an option multiple times gives it more slices on the wheel โ and therefore a higher effective chance of being picked. Avoid duplicates if you want strictly equal odds.
Is there a limit to how many options I can enter?
There's no hard limit, but with too many options each slice becomes small and the labels can get hard to read.