GenerateRandomSearch

Random List Picker

A general-purpose random picker for any list: options, foods, chores, prizes, or ideas. Enter items, choose how many to pick, and generate instantly.

How to use this tool

  1. Enter your list items, one per line.
  2. Choose how many items to select.
  3. Toggle duplicate prevention if picking multiple items.
  4. Generate to see your selection.

Worked examples

Deciding tonight's dinner
Paste eight meals you actually want to cook, pick 1. The point is that you wrote the shortlist — the tool only breaks the tie.
Choosing three films to watch this month
Paste your watchlist, pick 3, duplicate prevention on so you get three different titles rather than the same one repeated.

Common use cases

  • Choosing what to eat, watch, or do
  • Randomly assigning items from a shared list
  • Picking a subset of options to try first
  • Breaking a tie between several choices

How this generator works

Every line becomes one item, and items are chosen with your browser's Web Crypto random generator. With duplicate prevention on, each item is removed from the pool once picked, so a multi-item selection always returns different items. With it off, each pick is independent and the same item can appear more than once — useful if you want, say, three picks from a list of moods where a repeat is meaningful.

Limitations and good to know

  • The tool has no opinion about your options. It cannot tell you which is better, only which one chance selected — the quality of the answer depends entirely on the quality of the shortlist you type in.
  • Nothing is remembered between generations, so picking again can easily return the same item.
  • All items are equally likely. Use the weighted picker if some options should come up more often than others.

Frequently asked questions

What's the difference between this and the name picker?
They share the same underlying selection, but the name picker is set up for people — picking a volunteer, working through a class list without repeats. This one is worded for anything else: meals, films, chores, prizes, ideas. Use whichever labels match what you are choosing.
Can I make one option more likely than the others?
Not here — every item has an equal chance. Use the weighted random picker if some options should come up more often than others.