PRNG
include/crypto/prng.h View source View on GitHubFunctions
Section titled “Functions”prng_splitmix64_next
Section titled “prng_splitmix64_next”uint64_t prng_splitmix64_next(uint64_t *state); prng_seed
Section titled “prng_seed”void prng_seed(uint64_t seed); prng_next
Section titled “prng_next”uint64_t prng_next(void); Macros
Section titled “Macros”PRNG_SPLITMIX64_GAMMA
Section titled “PRNG_SPLITMIX64_GAMMA”#define PRNG_SPLITMIX64_GAMMA UINT64_C(0x9e3779b97f4a7c15) PRNG_SPLITMIX64_M1
Section titled “PRNG_SPLITMIX64_M1”#define PRNG_SPLITMIX64_M1 UINT64_C(0xbf58476d1ce4e5b9) PRNG_SPLITMIX64_M2
Section titled “PRNG_SPLITMIX64_M2”#define PRNG_SPLITMIX64_M2 UINT64_C(0x94d049bb133111eb)