Expand description
MT19937-64 (64-bit seed) implementation.
MT19937-64 is the 64-bit variant of the Mersenne Twister PRNG. Unlike the standard MT19937 which uses 32-bit seeds, this variant uses 64-bit seeds and produces 64-bit output.
This module provides common logic shared between transform and analyzer.
Functionsยง
- generate_
key - Generate a 32-byte key from MT19937-64 with 64-bit seed.