Home
last modified time | relevance | path

Searched refs:twist_php (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/random/
H A Dengine_mt19937.c101 #define twist_php(m,u,v) (m ^ (mixBits(u,v) >> 1) ^ ((uint32_t)(-(int32_t)(loBit(u))) & 0x9908b0df… macro
117 *p = twist_php(p[M], p[0], p[1]); in mt19937_reload()
120 *p = twist_php(p[M-N], p[0], p[1]); in mt19937_reload()
122 *p = twist_php(p[M-N], p[0], state->state[0]); in mt19937_reload()

Completed in 7 milliseconds