Searched refs:LCGRandom (Results 1 – 1 of 1) sorted by relevance
52 class LCGRandom { class54 LCGRandom(uint32_t seed) : fSeed(seed) {} in LCGRandom() function in LCGRandom92 LCGRandom rand(seed ^ ((seed << 16) | (seed >> 16))); in filterPath()