Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Drandint.h40 struct randint_source *randint_all_new (char const *, size_t)
Drandint.c41 struct randint_source *ints = randint_all_new (name, SIZE_MAX); in main()
84 randint_all_new (char const *name, size_t bytes_bound) in randint_all_new() function
/coreutils/src/
Dshuf.c543 randint_source = randint_all_new (random_source, in main()
Dshred.c1246 randint_source = randint_all_new (random_source, SIZE_MAX); in main()