True Random Number Generator
Generate cryptographically secure random numbers within a specific range.
-
True vs. Pseudo Random
Most computer "random" numbers are actually "pseudo-random" (PRNG), meaning they are generated by a mathematical formula and can be predicted if you know the seed. This tool uses the Web Crypto API to generate numbers that are cryptographically secure and suitable for sensitive applications like lotteries or cryptography.