Searched refs:arc4random (Results 1 – 6 of 6) sorted by relevance
48 uint32_t arc4random(void);
345 (((uint32_t)abs((int)arc4random()) in ipv4ll_get_dhcp()502 state->xid = arc4random(); in client_setup()876 state->xid = arc4random(); in handle_signal()1075 state->xid = arc4random(); in handle_timeout_fail()1152 state->timeout.tv_usec = arc4random() % in handle_timeout()1250 state->xid = arc4random(); in handle_timeout()1290 state->stop.tv_usec = arc4random() % (DHCP_RAND_MAX_U - DHCP_RAND_MIN_U); in handle_timeout()1310 state->timeout.tv_usec = arc4random() % in handle_timeout()
84 uint32_t arc4random(void) in arc4random() function
64 uint32_t bits = arc4random(); in randomNumber()
144 rnd = arc4random(); in RAND_poll()
142 of magnitude slower than arc4random. For this reason I've4027 Switch to arc4random on PLATFORM(DARWIN), this is ~1.5x slower than random(), but the