Home
last modified time | relevance | path

Searched defs:xorshifted (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libucl/tests/
H A Dtest_msgpack.c75 uint32_t xorshifted = ((oldstate >> 18u) ^ oldstate) >> 27u; in pcg32_random() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp12101 const uint32_t xorshifted = static_cast<uint32_t>(((m_state >> 18u) ^ m_state) >> 27u); in operator ()() local