Random Picker
Enter items and randomly pick, shuffle, or draw from your list
Items: 0
Why Use This Tool?
- Fun animation effect when picking a single item
- Pick one, pick multiple, or shuffle the entire list
- Pick history keeps track of all your selections
How to Use
- Enter your items in the text area, one per line
- Click "Pick One" for a single random selection with animation
- Click "Pick N" to select multiple items at once
- Click "Shuffle" to randomize the entire list order
- View your pick history and reset when needed
FAQ
How does the random picking work?
Items are selected using the Web Crypto API for cryptographically secure randomness. When picking one item, an animation cycles through options before landing on the final selection.
Can I pick multiple items at once?
Yes. Set the pick count and click "Pick N" to select that many unique items from your list. Items are picked without replacement within a single draw.
What does Shuffle do?
Shuffle randomizes the order of all items in your list using the Fisher-Yates algorithm. The text area is updated with the new order.
Is there a limit to the number of items?
There is no hard limit. You can enter as many items as you like, one per line. The tool works best with lists of up to a few hundred items.