Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Drandint.c129 randint rmax = randmax; in randint_genmax() local
134 rmax = shift_left (rmax) + UCHAR_MAX; in randint_genmax()
137 while (rmax < genmax); in randint_genmax()