Searched refs:exclusive_upper_bound (Results 1 – 1 of 1) sorted by relevance
27 def randbelow(exclusive_upper_bound): argument29 if exclusive_upper_bound <= 0:31 return _sysrand._randbelow(exclusive_upper_bound)