Random Picker
Enter a list of options and pick one at random. Optionally exclude already-chosen items for sequential picking.
0 options
Your result will appear here
How to use the random picker
- 1. Enter your options in the text box, one per line.
- 2. Toggle "Exclude already picked options" if you want sequential picks without repeats.
- 3. Click Pick Random to select an item.
- 4. Click Reset to start over with the full list.
What can you use a random picker for?
A random picker is handy for choosing what to eat, selecting a winner from a list, assigning tasks fairly, picking a movie to watch, or making any decision where you want a neutral, random choice.
FAQ
Can I pick without repeating the same option?
Yes. Enable 'Exclude already picked options' to remove each result from the pool after it is chosen, ensuring every option is picked at most once.
How many options can I enter?
There is no hard limit. You can enter as many options as you need, one per line.
Is the pick truly random?
The picker uses JavaScript's Math.random(), which provides pseudorandom results that are fair and unbiased for general use.