Skip to content
EN
List & number tools Free · Private

Random Single Picker

Picks one random item from your list.

Drop any list into the box — names, restaurant options, raffle entries — and one line comes back as the winner, shown in huge type with a confetti burst. Use it to draw a raffle prize, settle where to eat, or decide who goes first. Winners are drawn with cryptographic randomness rather than plain Math.random, so every line has an exactly equal chance.

Paste. Put any list in the box, one item per line.

0 items

Click Pick one to see a result.

Options
Recent results
  • No history yet.

How it works

  1. Paste. Put any list in the box, one item per line.
  2. Pick. Hit Randomize. You can re-roll any time.
  3. Track. Turn on "No repeats" to make sure the same item isn't picked twice this session.
  4. Share. Copy a share link that restores your exact list and options for someone else.

Frequently asked questions

How does the picker choose an item?

Each line has exactly equal probability. The tool picks a uniformly random index using the Web Crypto API (crypto.getRandomValues) with rejection sampling, so there is no modulo bias favoring items near the top of your list.

Can it avoid picking the same item twice?

Yes. Turn on "No repeats" in Options and previously picked items are skipped until everything on the list has won once, at which point the memory clears itself and the full list is back in play.

What does the Seed field do?

Enter any word or number and the pick becomes reproducible: the same seed with the same list always selects the same item. Leave it blank and every pick is a fresh cryptographically random draw.

How is this different from the spinner wheel?

The underlying selection is identical and equally fair. This picker shows the answer instantly, which suits quick decisions; the Spinner Wheel Picker adds a few seconds of animated suspense, which works better in front of an audience.

Where can I review earlier picks?

The History panel under the tool keeps your ten most recent picks, saved only in your browser's local storage. Clear it any time, or use the Copy and Share link buttons to pass a result on.

Related randomizers

Further reading

Send feedback

Found a bug, want a feature, or just say hi? Send it our way.