Cite this RFC:TXT | XML | BibTeX
DOI: https://doi.org/10.17487/RFC8682
Discuss this RFC: Send questions or comments to the mailing listtsvwg@ietf.org
Other actions:Submit Errata | Find IPR Disclosures from the IETF | View History of RFC 8682
This document describes the TinyMT32 Pseudorandom Number Generator(PRNG), which produces 32-bit pseudorandom unsigned integers and aimsat having a simple-to-use and deterministic solution. This PRNG is asmall-sized variant of the Mersenne Twister (MT) PRNG. The mainadvantage of TinyMT32 over MT is the use of a small internal state,compatible with most target platforms that include embedded devices,while keeping reasonably good randomness that represents asignificant improvement compared to the Park-Miller LinearCongruential PRNG. However, neither the TinyMT nor MT PRNG is meantto be used for cryptographic applications.
For the definition ofStatus,seeRFC 2026.
For the definition ofStream, seeRFC 8729.