Searched refs:exclusive_upper_bound (Results 1 – 1 of 1) sorted by relevance
26 def randbelow(exclusive_upper_bound): argument28 if exclusive_upper_bound <= 0:30 return _sysrand._randbelow(exclusive_upper_bound)