Searched refs:ub_random (Results 1 – 6 of 6) sorted by relevance
101 ub_random(struct ub_randstate* ATTR_UNUSED(s)) in ub_random() function137 long int ub_random(struct ub_randstate* ATTR_UNUSED(state)) in ub_random() function200 long int ub_random(struct ub_randstate* s) in ub_random() function221 long int v = ub_random(state); in ub_random_max()223 v = ub_random(state); in ub_random_max()
76 long int ub_random(struct ub_randstate* state);
913 pend->id = ((unsigned)ub_random(outnet->rnd)>>8) & 0xffff;920 pend->id = ((unsigned)ub_random(outnet->rnd)>>8) & 0xffff;1144 id = ((unsigned)ub_random(sq->outnet->rnd)>>8) & 0xffff;1340 random = ub_random(rnd);
394 hash_set_raninit((uint32_t)ub_random(daemon->rand)); in daemon_create_workers()
205 hash_set_raninit((uint32_t)ub_random(w->env->rnd)); in libworker_setup()
6003 - ub_random code used to select ID and port.