Speed
1-60 seconds
Ready
Add items and press Pick One
Total Items
6
Unique Items
6
Picks Made
0
Duplicates
0
Guide
A Random Picker (also called a random choice selector or random name picker) selects one or more items randomly from a list you provide. It's a simple but surprisingly versatile tool that solves the "how do we decide?" problem in any situation where a fair, unbiased selection needs to be made from a defined set of options.
Human decision-making under uncertainty is far from random. People have unconscious biases — we tend to favour items at the beginning or end of a list (primacy and recency effects), familiar options over unfamiliar ones, and options that were most recently mentioned. When fairness matters — in contests, assignments, or games — these biases introduce real inequity even when the chooser intends to be fair. A cryptographically random selection eliminates all these biases.
Team and classroom activities: "Who presents first?" "Whose project do we review today?" A random picker makes the selection visibly fair and removes any perception of favouritism.
Giveaways and contests: Selecting a winner from a list of contest entrants, social media comment handles, raffle tickets, or prize draw entries. Showing that a random tool was used (rather than manual selection) demonstrates transparency.
Task and chore assignment: Fairly distributing unpopular tasks — who cleans the break room this week, who takes the on-call shift, who handles the difficult client — using random selection removes resentment and ensures equitable distribution over time.
Games and entertainment: Truth or dare picker, spin-the-wheel alternatives, random team draft order in fantasy sports, random trivia question selection.
Decision fatigue: "Where should we eat tonight?" Enter six restaurant options, pick randomly. Analysis paralysis solved.
Random sampling: For research, testing, or quality assurance, randomly selecting a subset from a larger list for manual review — auditing a sample of 20 invoices from a list of 500, for example.
The UtilsGo Random Picker uses crypto.getRandomValues() — the browser's cryptographically secure random number generator (CSPRNG), the same source used for generating TLS session keys and OAuth tokens. This is far more random than Math.random(), which uses a pseudorandom algorithm with a predictable seed. All selections are performed locally in your browser.
Uses the browser's secure Web Crypto API for true, unbiased randomness - not predictable math.random().
Choose whether the same item can be picked multiple times for different use case needs.
Lists can be saved locally for reuse in repeated draws without re-entering data.
Everything runs inside your web browser. We never upload your text, files, or personal data to any servers.
No sign-ups, no subscriptions, and no usage limits. Get your results instantly in a single click.
"Using this for team decisions. Fair, fast, and no ads."
Grace Thompson
Thousands of users trust UtilsGo daily