Random Picker

Fairly pick random names, numbers, or items. Animated spinner with sound effects. Uses cryptographic randomness for truly unbiased results.

Crypto RandomAnimatedNo Signup
Pick Something Random0 items
H
T

Flip a fair coin. 50/50 chance. Uses cryptographic randomness.

About

How It Works

Uses the Web Crypto API (crypto.getRandomValues()) for cryptographically secure random selections — unlike Math.random() which is predictable.

Common Uses

  • Giveaways: Paste comment names and pick a winner
  • Classrooms: Pick students to answer questions
  • Team building: Randomly assign people to groups
  • Decisions: Let fate decide between options
  • Raffles: Pick winning ticket numbers

Frequently Asked Questions

Is the random picker truly random?
Yes. It uses the Web Crypto API for cryptographically secure random numbers, making results unpredictable and provably fair.
Can I remove picked items from the list?
Yes. Check the "Remove picked items from list" option and each picked name will be automatically removed from the textarea, so they cannot be picked again.
What is the Team Assigner?
The Team Assigner randomly distributes a list of names into groups. Enter names, choose how many teams, and the tool shuffles and assigns everyone fairly. Great for group projects, sports, or team-building exercises.