Home
last modified time | relevance | path

Searched refs:SystemRandom (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/
H A Dsecrets.py9 __all__ = ['choice', 'randbelow', 'randbits', 'SystemRandom',
19 from random import SystemRandom namespace
21 _sysrand = SystemRandom()
H A Dcrypt.py16 from random import SystemRandom as _SystemRandom
H A Drandom.py69 "SystemRandom",
787 class SystemRandom(Random): class
/third_party/node/deps/v8/tools/testrunner/utils/
H A Drandom_utils.py12 seed = random.SystemRandom().randint(-2147483648, 2147483647)
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/
H A Drun_one.py48 seed = random.SystemRandom().randint(-2147483648, 2147483647)
/third_party/python/Lib/test/
H A Dtest_random.py433 random.SystemRandom().random()
439 @unittest.skipUnless(SystemRandom_available, "random.SystemRandom not available")
441 gen = random.SystemRandom()
1231 # like random.SystemRandom does => keep relying on getrandbits for

Completed in 7 milliseconds