Random Word Picker
Pick one or more random items from a list — for a draw, a decision, or a random selection.
Letting chance choose
When you need to pick fairly from a list — a giveaway winner from a set of names, a random question from a bank, a decision when you cannot decide — doing it truly at random by hand is hard, because people are bad at being random. This selects one or more items from your list genuinely at random, so the choice is unbiased.
Paste your list, choose how many to pick, and it makes the selection.
Fair picks and repeats
A useful distinction is whether a picked item can come up again. For a raffle you usually want each winner drawn only once, so picks are without replacement; for something like a random prompt each time, you might allow repeats. Picking several unique items at once is the same as a fair draw. Whatever the use, the point is that the selection is genuinely random rather than quietly favouring whatever sat at the top of the list.
Common questions
Can I pick more than one item?
Yes — choose how many to select, and it picks that many at random from your list.
Can the same item be picked twice?
For a fair draw, picks are unique; allowing repeats is an option when you want the same item able to recur.
Is my list uploaded?
No. The pick happens in your browser.