Searched refs:LCGRandom (Results 1 – 1 of 1) sorted by relevance
28 class LCGRandom { class30 LCGRandom(uint32_t seed) : fSeed(seed) {} in LCGRandom() function in LCGRandom85 LCGRandom rand(seed ^ ((seed << 16) | (seed >> 16))); in onFilterPath()