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