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