Free Random Picker - Pick a Random Item from a List

Pick a random item from your list instantly. Perfect for decisions and fair selections.

Formula & Methodology

The Random Picker draws a random index between 0 and the number of items minus one and returns the item at that position. When drawing without replacement, each chosen item is removed from the pool before the next draw, so no item can be picked twice.

  • Pick = Items[FLOOR(RANDOM() × Item Count)]
  • Without replacement: the pool shrinks by 1 after each draw

Worked Example

Using the Random Picker: apply the formula above to your input values. For instance, Pick = Items[FLOOR(RANDOM() × Item Count)], then Without replacement: the pool shrinks by 1 after each draw. The tool performs each step instantly and shows the result.

Frequently Asked Questions

How does the random picker choose?

It shuffles your list and selects an entry at random, giving every item an equal chance of being picked.

Can I pick more than one item?

Yes. It can draw one or several names or entries, useful for raffles, teams or giveaways.

Is it fair for a giveaway?

Because each entry has an equal chance, it is a fair, unbiased way to run draws and pick winners.

Browse all free calculators