Result
—
Random number generator FAQ
Are the numbers truly random?
They use the browser crypto API (crypto.getRandomValues), which draws from a cryptographically secure source — much better than typical Math.random generators.
Can I generate several numbers at once?
Yes. Set "How many" up to 100. Enable "Unique" to avoid repeated numbers.