HomeSort by: relevance | last modified time | path
    Searched defs:rand_max (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/time/
zic.c 1280 the typical case where RAND_MAX is one less than a power of two.
1283 uint_fast64_t rand_max = RAND_MAX, local in function:get_rand_u64
1284 nrand = rand_max < UINT_FAST64_MAX ? rand_max + 1 : 0,
1296 rmax1 = nrand * rmax1 + rand_max;

Completed in 12 milliseconds