Home
last modified time | relevance | path

Searched refs:NextLCG (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/utils/
DSkRandom.h295 fK = NextLCG(seed); in init()
297 fK = NextLCG(fK); in init()
299 fJ = NextLCG(fK); in init()
301 fJ = NextLCG(fJ); in init()
305 static uint32_t NextLCG(uint32_t seed) { return kMul*seed + kAdd; } in NextLCG() function