Searched refs:NextLCG (Results 1 – 1 of 1) sorted by relevance
146 fK = NextLCG(seed); in init()148 fK = NextLCG(fK); in init()150 fJ = NextLCG(fK); in init()152 fJ = NextLCG(fJ); in init()156 static uint32_t NextLCG(uint32_t seed) { return kMul*seed + kAdd; } in NextLCG() function