Security • Estimated 35m
Random Number Generators
fundamentals.random-number-generators
Random number generators turn entropy into values used for keys, nonces, and other security-sensitive operations. TRNGs obtain randomness from physical sources, while PRNGs and CSPRNGs expand an internal state and remain secure only when that state is seeded and managed correctly.
Open visual node page • Browse the concept library
Curated resources (3)
- NIST: Random Number Generation
- NIST Glossary: Pseudorandom Number Generator
- Technical Deep Dive into the Entropy Issue