How to Select Multiple Winners and Alternates
Prevent repeat winners and draw alternates in a clearly labelled order.
Published · Reviewed
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
- Set the primary and alternate counts before drawing.
- Confirm the combined count does not exceed eligible entries.
- Run one no-repeat sample for all positions.
- 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
- State the response deadline in advance.
- Do not promote alternates out of order without a rule.
- Protect identities until verification is complete.
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.