Random Picker

Pick random items from your list - perfect for giveaways and decisions

🎲
Enter Items (one per line)
Pick Settings
🎲
Enter items and click "Pick Random" to select
6
Total Items
5
Remaining

HOW IT WORKS

Enter your list of items (one per line), specify how many you want to pick, and click the button. The tool uses the Fisher-Yates shuffle algorithm to ensure fair and unbiased random selection. Perfect for raffles, team assignments, or any decision where you need truly random picks.

COMMON USES FOR RANDOM SELECTION

Giveaways & Contests: Pick raffle winners from hundreds of entries fairly. Each participant has equal chance.

Team Assignments: Randomly split students/employees into groups for projects. Prevents bias in team formation.

Decision Making: Can't decide what to eat, where to travel, or what movie to watch? List your options and let randomness decide.

FISHER-YATES SHUFFLE ALGORITHM

How it works: Start with your list. Pick a random item from the remaining unselected items, add it to results, remove from pool. Repeat until you've picked enough items.

Why Fisher-Yates? It's the gold standard for unbiased shuffling. Every possible ordering is equally likely.