Numerly

Random Picker

Add one item per line. Pick chooses one with equal probability. Pick Without Replacement removes the chosen item so the next pick is from the rest.

5 options

  • Pizza
  • Sushi
  • Burgers
  • Tacos
  • Pasta

Press pick to choose

How it works

We split your input by newlines and choose an index uniformly at random. Without Replacement removes the chosen item from the working list each time, so you can pick a sequence without duplicates.

Frequently asked

Is each option equally likely?
Yes — every line gets the same probability, regardless of length or order.
What is the difference between Pick and Without Replacement?
Pick can repeat the same item. Without Replacement crosses items off as it picks them, so you cycle through the whole list before any repeat.
Where is the data stored?
In your browser only. Your list is never sent to a server, so it is private to you.

Other decision tools

Popular generators

Popular calculators

Share

Popular converters