noise_generator library
Functions
-
generateNoise(
Uint8List seed, int length, int modulus) → Uint8List -
Generates
lengthbytes of deterministic noise fromseedusing SHAKE128. Then, each byte is reduced modmodulus.
length bytes of deterministic noise from seed using SHAKE128.
Then, each byte is reduced mod modulus.