Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Drandint.h44 randint randint_genmax (struct randint_source *, randint genmax)
52 return randint_genmax (s, choices - 1); in randint_choose()
Drandint.c114 randint_genmax (struct randint_source *s, randint genmax) in randint_genmax() function