Home
last modified time | relevance | path

Searched defs:randint (Results 1 – 4 of 4) sorted by relevance

/external/python/rsa/rsa/
Drandnum.py75 def randint(maxvalue): function
/external/python/cpython3/Lib/
Drandom.py218 def randint(self, a, b): member in Random
753 randint = _inst.randint variable
/external/python/cpython2/Lib/
Drandom.py240 def randint(self, a, b): member in Random
892 randint = _inst.randint variable
/external/python/cpython3/Modules/_decimal/tests/
Dranddec.py441 def randint(): function