ToolBark
Generators

Random Picker

Paste a list, pick a random winner — powered by crypto randomness.

One item per line. Blank lines are ignored.

Options

Enter your list above and press Pick Random Item to get started.

All picks happen locally in your browser — nothing is sent to a server. Uses the browser's cryptographic RNG for true randomness.

About

Need to pick a random item from a list? The Random Picker lets you paste any list — names, options, tasks, prizes — one per line, then instantly draws one or more items using the browser's cryptographic random number generator. No bias, no server calls, completely private. Perfect for giveaways, team assignments, or any decision you want left to true chance.

FAQ
How random is the Random Picker?+

It uses the browser's built-in crypto.getRandomValues() API, which is a cryptographically secure pseudorandom number generator (CSPRNG). This is far more random than Math.random() and suitable for fair giveaways and selections.

Can I pick more than one item at a time?+

Yes — set the "Number of picks" field to any value from 1 to 1,000. By default picks are unique (no repeats), but you can enable "Allow duplicates" to pick with replacement, which means the same item can be selected more than once.

Is my list sent to a server?+

No. Everything runs entirely in your browser. Your list never leaves your device.

What if I want to run a fair giveaway?+

Paste all entrant names (one per line), set picks to 1 (or however many winners you need), make sure "Allow duplicates" is off, and click Pick. The cryptographic RNG ensures no name has a better chance than any other.

Related tools