Ir para o conteúdo principal
MakeMyPasswords
Tool 11 of 18RandomnessMakeMyPasswords

Random Sample Picker

Paste a list, pick N items at random. No duplicates, perfectly even odds for every entry — ideal for raffles, team assignments, and sampling.


Your list (one per line)

8 items in list

Pick: 1 item
18

How to use this random sample picker

Random sampling without replacement means picking N distinct items from a larger list — each item can be picked at most once. This is the right tool for giveaway winners, team draws, randomized interview question selection, and quick audits where you need to grab a fair subset of a population. Under the hood it runs a partial Fisher-Yates shuffle using crypto-quality random numbers, so every possible subset has equal probability.

  1. Paste your list, one item per line. Leading and trailing whitespace is trimmed; empty lines are skipped. Duplicates in the input are preserved — if two people have the same name, enter them twice so both have a chance.
  2. Set how many to pick. The sample size cannot exceed the list length. For a giveaway with one winner, set it to 1; for a top-3 draw, set it to 3.
  3. Draw. Click Pick Winners. The tool shows the selected items in the order they were drawn and a copy-all button.
  4. Document the draw. For real giveaways, screenshot the input list and the result before you announce winners. The draw algorithm is public and the tool is described here so anyone can review the process.

Why this instead of shuffling the whole list? For small lists it does not matter — shuffling all of it and taking the top N gives the same distribution. But on long lists (5,000+ entries) the partial Fisher-Yates only touches N positions, which is faster and avoids returning a fully shuffled copy you did not ask for.

On fairness.Ordinary "random" functions are biased in ways that do not matter for shuffling playing cards but can matter for a regulated contest. This tool uses the browser's strong randomness so the process is defensible if someone asks how you drew winners. For US state-regulated sweepstakes, pair with documentation of the draw timestamp and method.

See also— pick a related tool
4 tools