Searched refs:NextLCG (Results 1 – 2 of 2) sorted by relevance
131 fK = NextLCG(seed); in init()133 fK = NextLCG(fK); in init()135 fJ = NextLCG(fK); in init()137 fJ = NextLCG(fJ); in init()141 static uint32_t NextLCG(uint32_t seed) { return kMul*seed + kAdd; } in NextLCG() function