Searched defs:randint (Results 1 – 3 of 3) sorted by relevance
366 def randint(self, a, b): member in Random862 randint = _inst.randint variable
35 uint64_t randint(uint64_t a, uint64_t b) in randint() function
441 def randint(): function