ub_random
hash_set_raninit((uint32_t)ub_random(w->env->rnd));
buf[i] = ub_random(rnd)&0xff;
random = ub_random(rnd);
*cookie_secret++ = (uint8_t)ub_random(rand);
#define GET_RANDOM_ID(rnd) (((unsigned)ub_random(rnd)>>8) & 0xffff)
long int v = ub_random(state);
v = ub_random(state);
long int ub_random(struct ub_randstate* state);
hash_set_raninit((uint32_t)ub_random(daemon->rand));
hash_set_raninit((uint32_t)ub_random(w->env->rnd));
buf[i] = ub_random(rnd)&0xff;
random = ub_random(rnd);
buf[i] = ub_random(rnd)&0xff;
a[i] = ub_random(r);
*cookie_secret++ = (uint8_t)ub_random(rand);
#define GET_RANDOM_ID(rnd) (((unsigned)ub_random(rnd)>>8) & 0xffff)
long int v = ub_random(state);
v = ub_random(state);
long int ub_random(struct ub_randstate* state);