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