🎲 Random Number Generator

Generate truly random numbers within any range. Uses cryptographically secure randomness — perfect for lotteries, games, and statistical sampling.

About This Generator

Our random number generator uses crypto.getRandomValues(), the same cryptographically secure RNG used by your browser for encryption. This is far superior to Math.random() which is not suitable for security-sensitive applications.

Use Cases