Searched defs:randint (Results 1 – 5 of 5) sorted by relevance
73 def randint(maxvalue: int) -> int: function
107 def randint(low, high=None, size=None, dtype=onp.int64): # pylint: disable=missing-function-docstr… function
240 def randint(self, a, b): member in Random892 randint = _inst.randint variable
366 def randint(self, a, b): member in Random862 randint = _inst.randint variable
441 def randint(): function