Searched defs:xorshifted (Results 1 – 2 of 2) sorted by relevance
75 uint32_t xorshifted = ((oldstate >> 18u) ^ oldstate) >> 27u; in pcg32_random() local
12101 const uint32_t xorshifted = static_cast<uint32_t>(((m_state >> 18u) ^ m_state) >> 27u); in operator ()() local