Searched refs:PRNG_A (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprng.h22 #define PRNG_A UINT64_C(6364136223846793005) macro
51 ret = (*state * PRNG_A) + PRNG_C;

Completed in 54 milliseconds