Tools
Random Picker Tools & Wheel Generators
Thirteen free random pickers. Each one is a full page with the wheel already set up for the job — pick the closest match and start spinning.
Random name picker
Pick one name at random from any list.
Random student picker
Choose students fairly, without picking the same hand every time.
Random team generator
Split any list of people into balanced random groups.
Yes or no wheel
A clean 50/50 answer when you just need to be told.
Random number generator
A random number from any range, drawn on a wheel.
Decision wheel
Turn a shortlist into one clear answer.
Giveaway winner picker
Draw fair winners and export the record.
Raffle wheel
Draw winning ticket numbers, one prize at a time.
Random letter generator
A random letter from A–Z or any subset.
Random color picker
Spin for a color and copy its hex code.
Random country picker
A random country, filtered by continent.
Random date picker
A random day from any date range.
Random list picker
Pick a random item from any list you can paste.
Which tool should I use?
They all share the same wheel and the same randomness. What differs is the preset list, the default options and the controls on the page — which is usually what makes one of them fit your job better than the general-purpose wheel.
- Picking one person from a list → random name picker
- Calling on students → random student picker, with no-repeat on by default
- Making groups → random team generator, which deals rather than spins
- A straight two-way answer → yes or no wheel
- A number from a range → random number generator
- Choosing between a few options → decision wheel
- A prize draw from entrant names → giveaway winner picker
- A prize draw from ticket numbers → raffle wheel
- Letters, colours, countries or dates → the letter, colour, country and date pickers
- Anything else you can paste → random list picker
What every tool has in common
- Cryptographic randomness. Every draw uses
crypto.getRandomValues()with rejection sampling to remove modulo bias, and the winner is chosen before the animation starts. - Visible odds. The strip under the wheel states the current chances; the result window reports the exact probability of the winner.
- Verification. How this result was picked shows the raw draw and the arithmetic behind every result.
- Remove-after-spin. Take each winner off the wheel when results have to be unique.
- Weighted choices. Give an entry a bigger share with
*3. - Fullscreen, save and share. Present on a projector, keep a wheel for next time, or send it as a link.
- Nothing leaves your browser. No account, no upload, no server-side storage.