Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Drand-isaac.h49 #define ISAAC_WORDS_LOG 8 macro
50 #define ISAAC_WORDS (1 << ISAAC_WORDS_LOG)
Drand-isaac.c113 r[i] = b = just (ind (s->m, y >> ISAAC_WORDS_LOG) + x); \ in isaac_refill()