How does the random name picker work?▼
The picker uses JavaScript's Math.random() function to select a random name from your list. The animation effect shows names cycling through before landing on the winner, adding excitement to the selection process.
Can I pick multiple winners?▼
Yes! Enable the 'Remove winner after picking' option. After each winner is selected, they're removed from the list, so you can keep picking until all names are exhausted. This is perfect for selecting multiple prize winners.
What formats can I use to enter names?▼
You can enter names separated by newlines (each name on a new line) or separated by commas. For example: 'John, Jane, Mike' or each on a new line. Both formats work the same way.
Is this truly random?▼
The picker uses JavaScript's Math.random() which is a pseudo-random number generator. While not cryptographically secure, it's sufficiently random for casual use like classroom activities, giveaways, and group selections.