Blog
How to Pick Multiple Random Names
Picking multiple names should not mean running the tool over and over. The better workflow is to set the winner count once and let the picker return a distinct group of results.
Set the winner count before drawing
That ensures the picker samples from the same full pool for every chosen name.
Use no-repeat logic
A multi-winner draw should not return the same person twice. Distinct selection is the default expectation for most workflows.
Copy the full result block
When multiple winners are selected, a clean formatted result is easier to reuse than a series of individual picks.