Is this truly random?
The generator uses the browser's built-in cryptographic random number API (crypto.getRandomValues), which produces cryptographically secure random numbers โ far more random than Math.random().
How do I pick a random winner?
Assign each participant a number (1 through the total count), then generate a random number in that range. The participant with that number wins.
Can I generate multiple random numbers at once?
Yes โ set the Count field to however many numbers you need, then click Generate. All numbers will appear at once.