Skip to content
Butter Tools Logo
Butter Tools

Random Item Picker

Paste any list, pick N items at random. Choose your input and output separators, allow or disallow duplicates, and skip empty items automatically.

Random Item Picker Examples

Click any card to try
menu_book

How to Use Random Picker

To pick a random item, enter your list of options into the text area — one item per line. Set how many items to pick using the quantity field, then click Pick. The tool randomly selects the specified number of items from your list using a cryptographically random method.

You can choose whether picks are made with or without replacement. Without replacement ensures no item is selected twice in the same draw — useful for giveaways. With replacement allows the same item to be chosen multiple times. The selected items are highlighted in the results panel.

help

Frequently Asked Questions

What is a random picker used for? expand_more

Random pickers are used for giveaways and prize draws, assigning tasks to team members, choosing a restaurant or movie, creating randomised study flashcard order, and any situation requiring an unbiased selection.

Are the selections truly random? expand_more

Yes. The tool uses the browser's crypto.getRandomValues API for cryptographically random selection, ensuring each item has an equal probability of being chosen.

Can I pick multiple items at once? expand_more

Yes. Set the quantity field to any number up to the total number of items in your list and the tool will randomly select that many items.

What does 'without replacement' mean? expand_more

Without replacement means each item can only be selected once per draw. Once an item is picked, it is removed from consideration for subsequent selections in the same draw.

Is there a limit to how many items I can add to the list? expand_more

There is no hard limit. You can add as many items as you need. The tool processes the entire list in your browser.