Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c1281 uint_fast64_t rand_max = RAND_MAX, in get_rand_u64() local
1282 nrand = rand_max < UINT_FAST64_MAX ? rand_max + 1 : 0, in get_rand_u64()
1294 rmax1 = nrand * rmax1 + rand_max; in get_rand_u64()