Random List Picker
Paste a list, click pick — the tool randomly selects winners for you.
How the Random List Picker Works
Paste any list — names, prizes, ideas, restaurants — one item per line. The tool uses your browser's Web Crypto API to make a fair, unbiased random selection. You can pick a single winner or several at once. Empty lines and duplicates are handled automatically.
Use Cases
Raffle drawings, picking a winner for a giveaway, deciding who buys lunch, randomizing presentation order, choosing test cases, or just settling an argument fairly.
FAQ
Is it really random?
Yes — uses crypto.getRandomValues, the same secure source used in cryptography.
Can I shuffle the entire list?
Yes — Shuffle All randomizes the full list using the Fisher-Yates algorithm.
How many items can I have?
There's no hard limit, but performance is best under 10,000 items.
Are duplicates allowed?
You choose. Toggle "No duplicates" to ensure each pick is unique.
Is anything saved?
No. Your list never leaves the browser.
Love using BreezyTools?
Go Pro for an ad-free experience, priority features, and support independent development — for less than a coffee a month.