Random Picker

Paste a list of names or items and draw one or several at random, or pick random letters or playing cards, with or without repeats.

A single line can also be comma-separated. The list stays on this page and is not included in share links.

1 – 10000

Picked

—

Add at least one item to your list.

How the picker chooses

With no repeats, the tool shuffles the whole pool with a Fisher–Yates shuffle and takes the first picks, so every item and every order is equally likely. With repeats allowed, each pick is an independent draw from the full pool.

Randomness comes from the browser's cryptographic generator with rejection sampling, which avoids the small bias that simple modulo arithmetic can introduce.

Lists, letters and cards

Put one item per line, or separate items with commas on a single line. Blank lines are ignored. Duplicate entries count separately, so a name listed twice is twice as likely to be drawn.

Letters mode draws from the 26 letters A–Z. Cards mode draws from a standard 52-card deck without jokers; with no repeats it behaves like dealing from a shuffled deck.

Privacy

The list stays in this page's memory. It is not sent anywhere and is not saved in share links, so reloading the page clears it.

Letter and number sets

In letters mode you can draw several sets at once. Each set is an independent draw from the full pool, and the repeats setting applies within each set. Choose uppercase, lowercase or both cases (52 letters).

Mix numbers and letters to add a range of whole numbers, such as 0 to 9, to the pool, which gives 36 characters with A–Z. Sorted order lists numbers first in numeric order, then letters alphabetically. Sorting happens after the draw, so it does not change which items were picked.

Frequently asked questions

Is every name equally likely?

Yes, as long as each name appears once. Every item has the same chance on each draw.

What is the difference between with and without repeats?

Without repeats, an item can be picked at most once, like drawing names from a hat. With repeats, it goes back in the hat after each pick.

How do I pick a winner fairly for a giveaway?

List each eligible entry once, choose no repeats, and pick the number of winners you need. Record the result, since a fresh visit draws again.

Can I generate several random letter sets at once?

Yes. In letters mode, set the number of sets and the letters per set. Each set is drawn separately, so a letter can appear in more than one set even with no repeats inside a set.

Last updated . Results are estimates for informational purposes only.