Random Number Generator

Generate random numbers within the range you choose. Useful for giveaways, games or testing.

How does it work?

Pick your range and generate a genuinely random number using browser cryptography, not a simple simulation.

Frequently asked questions

Is it really random?

It uses crypto.getRandomValues: a cryptographic generator with far more randomness than typical code generators.

Is it useful for a giveaway with a long list?

Yes, but if participants have names rather than numbers, the Random Picker works better — you paste the list directly there.

Related tools