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.

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.

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.