Hash-based cryptographically secure random number mixer.
This RNG uses a hash function to mix a specific amount of random bytes from the input RNG. Use only cryptographically secure hash functions like SHA-512, Whirlpool or SHA-256, but not MD5.
Creates new hash-based mixer random generator.
Fills the buffer new random numbers.
See Implementation
Hash-based cryptographically secure random number mixer.
This RNG uses a hash function to mix a specific amount of random bytes from the input RNG. Use only cryptographically secure hash functions like SHA-512, Whirlpool or SHA-256, but not MD5.