Random Winner Picker

Run a fair giveaway or raffle draw: paste your entrants and pick one or more winners at random, with no duplicates. Transparent Fisher–Yates draw, entirely in your browser.

1

0 entrants

Winner
-

How it works

Every entrant gets exactly the same chance. The list is shuffled with a Fisher–Yates shuffle (an algorithm that produces every possible ordering with equal probability) and the winners are taken from the top. Winners are always distinct, so no one is drawn twice.

The randomness comes from your browser's cryptographically secure generator, so a draw can't be predicted or rigged. Run it again any time for a fresh, independent result.

Fair and private: your entrant list never leaves your browser.

What this does

A random winner picker runs a fair giveaway or raffle draw — paste your entrants and pick one or more winners at random, with no duplicates.

How to use it

  1. Paste your entrants.
  2. Set the number of winners.
  3. Draw.
  4. Read the winners.

How it works

Every entrant has the same chance: the list is shuffled with a Fisher–Yates shuffle using secure randomness, then winners are taken from the top. Winners are always distinct, and the list never leaves your browser.

Example

Drawing 3 winners from 100 entrants gives each a 3% chance.

Sources & methodology

Last updated .

Frequently asked questions

Is the draw fair?

Yes. Every entrant has exactly the same chance: the list is shuffled with a Fisher–Yates shuffle using your browser’s cryptographically secure random generator, then winners are taken from the top.

Can someone win twice?

No. Winners are always distinct, so each entrant can be drawn at most once even when you pick several winners.

Is my entrant list private?

Completely. The list never leaves your browser, nothing is uploaded, logged or stored.