Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Drand-isaac.h62 void isaac_seed (struct isaac_state *) _GL_ATTRIBUTE_NONNULL ();
Drandread.c201 isaac_seed (&s->buf.isaac.state); in randread_new()
Drand-isaac.c248 isaac_seed (struct isaac_state *s) in isaac_seed() function
/coreutils/gl/tests/
Dtest-rand-isaac.c573 isaac_seed (&s); in main()