Searched refs:upper_bound (Results 1 – 1 of 1) 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()