Random Picker
Pick a random number from a range or select a random item from a list.
Report a Problem
Found a bug or have a suggestion? Help us improve this tool.
What is this tool?
Random picker tool selects random items from a list. Enter options (one per line) and get a randomly chosen result. Supports removing selected items, picking multiple results, and weighted selection. Perfect for decision making, giveaways, random team selection, and eliminating choice paralysis.
How to use
- 1
Enter options
Add items to the list (one per line).
- 2
Pick
Click to randomly select one or more items.
- 3
View results
Review the output.
Frequently Asked Questions
Is the random selection truly random?
It uses JavaScript's Math.random() which generates pseudo-random numbers. For casual use (decisions, giveaways), this is perfectly adequate. For cryptographic or scientific purposes, use a cryptographically secure random number generator instead.
Can items repeat?
Default is without replacement.
Can I have weighted selections?
This tool selects uniformly at random. For weighted selection repeat items proportional to their desired weight.