Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Drand-isaac.h56 struct isaac_state struct
62 void isaac_seed (struct isaac_state *) _GL_ATTRIBUTE_NONNULL (); argument
63 void isaac_refill (struct isaac_state *, isaac_word[ISAAC_WORDS])
Drand-isaac.c90 isaac_refill (struct isaac_state *s, isaac_word result[ISAAC_WORDS]) in isaac_refill()
210 isaac_init (struct isaac_state *s, isaac_word const *seed, size_t seedsize)
248 isaac_seed (struct isaac_state *s) in isaac_seed()
Drandread.c89 struct isaac_state state;
/coreutils/gl/tests/
Dtest-rand-isaac.c572 static struct isaac_state s; in main()