PRNG
include/crypto/prng.h View source View on GitHubFunctions
Section titled “Functions”prng_seed
Section titled “prng_seed”void prng_seed(uint64_t seed); prng_next
Section titled “prng_next”uint64_t prng_next(); include/crypto/prng.h View source View on GitHubvoid prng_seed(uint64_t seed); uint64_t prng_next();