Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dzic.c1312 uint_fast64_t rmax1 = rmax; in get_rand_u64() local
1316 rmax1 %= rmod; in get_rand_u64()
1319 rmax1 = nrand * rmax1 + rand_max; in get_rand_u64()
1321 rmax = rmax < rmax1 ? rmax1 : UINT_FAST64_MAX; in get_rand_u64()