Entries10
- 11
- 22
- 33
- 44
- 55
- 66
- 77
- 88
- 99
- 1010
Settings
Color Theme
Spin Speed
This number wheel picks a random number from a range you set. Type a minimum and maximum, hit Generate, and the wheel fills with every number in that range. Then spin.
It defaults to 1 through 10, but you can set any range up to 100 numbers. The winner is picked with crypto.getRandomValues() before the animation starts, so the result is genuinely random.
Enter a From number and a To number in the fields above the wheel. Click Generate and the wheel replaces its entries with that range. If you type 1 and 50, you get 50 segments numbered 1 through 50.
The maximum range is 100 numbers. If you need more, you can still add entries manually through the entry panel. After generating, you can also remove specific numbers from the list.
Raffle draws at events are the most common use. Set the range to match your ticket numbers, spin, and announce the winner. It's more fun than pulling a number from a hat.
Teachers use it for calling on students. Put seat numbers 1 through 30 on the wheel and spin to pick who answers next. Board game groups use it when they lose the dice. Party hosts use it for door prizes.
The winning number is selected using the Web Crypto API before the wheel starts spinning. The animation is just for show - it always lands on the pre-selected result. This is the same source of randomness used in cryptographic applications.
Every number in your range has identical probability. The wheel doesn't favor numbers near the top or bottom. You can verify this by spinning a hundred times and checking the history - results distribute evenly over time.
Build your own wheel with any names or options.
Spin to pick a random color for art or design.
Quick 50/50 decisions. Yes or no, spin to find out.
All 32 NFL teams on a spinner. Pick a random team.
Pick a random letter A-Z for word games or categories.