Random Picker
Paste a list and pick one or more items at random, with or without repeats. A fair Fisher–Yates shuffle powered by your browser’s secure random generator, nothing is uploaded.
How it works
Your list is shuffled with a Fisher–Yates shuffle, which gives every ordering an equal chance, and then the first few items are taken. Each pick is driven by your browser's cryptographically secure random generator, so the choice is genuinely unpredictable.
With No repeats on, an item can be chosen at most once (so you can never pick more than the list contains). Turn it off to allow the same item to come up again.
Nothing is sent anywhere. Your list and the result stay in your browser.
What this does
A random picker takes a pasted list and selects one or more items at random, with or without repeats.
How to use it
- Paste your list.
- Set how many to pick.
- Toggle "No repeats".
- Read the result.
How it works
The list is shuffled with a Fisher–Yates shuffle driven by your browser’s secure random generator, so every item has an equal chance. With "No repeats" on, each item is chosen at most once.
Example
Picking 1 of 10 names gives each a 10% chance.
Sources & methodology
Last updated .
Frequently asked questions
How random is the pick?
The list is shuffled with a Fisher–Yates shuffle driven by your browser’s cryptographically secure random generator, so every item has an equal chance and the result is genuinely unpredictable.
Can the same item be picked twice?
Only if you turn off “No repeats”. With it on (the default) each item can be chosen at most once, so you can’t pick more items than the list contains.
Is my list sent anywhere?
No. Your list and the result stay entirely in your browser; nothing is uploaded or stored.
Related tools
Dice Roller
Roll any dice using standard notation (2d6, 1d20+5, 4d8-2) or tap a quick die (d4–d100). See every individual roll and the total, generated fairly in your browser.
Random Winner Picker
Run a fair giveaway or raffle draw: paste your entrants and pick one or more winners at random, with no duplicates. Transparent Fisher–Yates draw, entirely in your browser.
Password Generator
Create strong, random passwords with full control over length and character types (uppercase, lowercase, digits and symbols) plus a live strength estimate. Generated entirely in your browser.
Passphrase Generator
Generate memorable, high-entropy passphrases from the EFF diceware wordlist (7,776 words). Choose the number of words, separator and extras, with a live strength estimate. Built in your browser.