Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dzic.c1530 uint_fast64_t rmax1 = rmax; in get_rand_u64() local
1534 rmax1 %= rmod; in get_rand_u64()
1537 rmax1 = nrand * rmax1 + rand_max; in get_rand_u64()
1539 rmax = rmax < rmax1 ? rmax1 : UINT_FAST64_MAX; in get_rand_u64()