Searched refs:ub_random (Results 1 – 11 of 11) sorted by relevance
98 long int ub_random(struct ub_randstate* state) in ub_random() function125 ub_random(struct ub_randstate* ATTR_UNUSED(s)) in ub_random() function156 long int ub_random(struct ub_randstate* ATTR_UNUSED(state)) in ub_random() function206 long int ub_random(struct ub_randstate* s) in ub_random() function227 long int v = ub_random(state); in ub_random_max()229 v = ub_random(state); in ub_random_max()
65 long int ub_random(struct ub_randstate* state);
97 #define GET_RANDOM_ID(rnd) (((unsigned)ub_random(rnd)>>8) & 0xffff)
1864 *cookie_secret++ = (uint8_t)ub_random(rand); in init_cookie_secret()
552 hash_set_raninit((uint32_t)ub_random(daemon->rand)); in daemon_create_workers()
199 hash_set_raninit((uint32_t)ub_random(w->env->rnd)); in libworker_setup()
672 a[i] = ub_random(r); in rnd_test()
731 buf[i] = ub_random(rnd)&0xff; in fill_rand()
2827 random = ub_random(rnd);
4184 buf[i] = ub_random(rnd)&0xff; in doq_fill_rand()
12754 - ub_random code used to select ID and port.