Giveaways

How to Select Multiple Winners and Alternates

Prevent repeat winners and draw alternates in a clearly labelled order.

Published · Reviewed

Quick answer

How to Select Multiple Winners and Alternates

Draw all required positions without replacement from one frozen list and label each position clearly. Alternates should be ordered so the replacement process is predictable if a primary winner is ineligible or does not respond.

Recommended process

  1. Set the primary and alternate counts before drawing.
  2. Confirm the combined count does not exceed eligible entries.
  3. Run one no-repeat sample for all positions.
  4. Contact winners in the published order and document replacements.

Worked example

For two prizes, the organizer draws Winner 1, Winner 2, Alternate 1 and Alternate 2 together. If Winner 2 is ineligible, Alternate 1 moves into that prize; no new random draw is needed.

What to check before using the result

How the random step is handled

Random Picker Tools uses window.crypto.getRandomValues() for browser-based selection. Integer results use rejection sampling to avoid modulo bias, and complete list orders use a Fisher–Yates shuffle. This addresses the software selection step; the organizer still controls eligibility, duplicate rules, consent, accessibility and any legal requirements.

Privacy note

Normal picking and shuffling happen in the browser. Use initials or non-sensitive identifiers when possible, avoid storing unnecessary source data, and create a share link only when temporary server storage is appropriate for the people represented in the list.

Key takeaway: Prevent repeat winners and draw alternates in a clearly labelled order.

Try the relevant tools

Related guides