Searched refs:upper_bound (Results 1 – 2 of 2) sorted by relevance
33 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() argument37 if (upper_bound < 2) in arc4random_uniform()41 min = -upper_bound % upper_bound; in arc4random_uniform()55 return r % upper_bound; in arc4random_uniform()
52 extern uint32_t arc4random_uniform(uint32_t upper_bound);