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

  /src/lib/libc/gen/
randomid.c 131 u_int32_t ru_a, ru_b; member in struct:randomid_ctx
224 p->ru_b = (arc4random() & (~0U >> (32 - p->ru_bits))) | 1;
227 while (p->ru_b % 3 == 0)
228 p->ru_b += 2;
317 p->ru_x = (u_int32_t)(((u_int64_t)p->ru_a * p->ru_x + p->ru_b) % p->ru_m);
randomid.c 131 u_int32_t ru_a, ru_b; member in struct:randomid_ctx
224 p->ru_b = (arc4random() & (~0U >> (32 - p->ru_bits))) | 1;
227 while (p->ru_b % 3 == 0)
228 p->ru_b += 2;
317 p->ru_x = (u_int32_t)(((u_int64_t)p->ru_a * p->ru_x + p->ru_b) % p->ru_m);

Completed in 22 milliseconds