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