Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Drandperm.h5 size_t *randperm_new (struct randint_source *, size_t, size_t)
Drandperm.c160 randperm_new (struct randint_source *r, size_t h, size_t n) in randperm_new() function
/coreutils/src/
Dshuf.c567 permutation = randperm_new (randint_source, ahead_lines, n_lines); in main()