HomeSort by relevance Sort by last modified time
    Searched refs:SystemRandom (Results 1 - 15 of 15) sorted by null

  /external/v8/tools/testrunner/utils/
random_utils.py 12 seed = random.SystemRandom().randint(-2147483648, 2147483647)
  /external/python/cpython3/Lib/
secrets.py 9 __all__ = ['choice', 'randbelow', 'randbits', 'SystemRandom',
20 from random import SystemRandom
22 _sysrand = SystemRandom()
crypt.py 5 from random import SystemRandom as _SystemRandom
random.py 56 "SystemRandom"]
669 class SystemRandom(Random):
  /external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
bm_run.py 116 random.shuffle(jobs_list, random.SystemRandom().random)
bm_main.py 142 random.shuffle(jobs_list, random.SystemRandom().random)
  /external/autotest/client/tools/
crash_handler.py 17 r = random.SystemRandom()
  /external/python/cpython3/Lib/test/
test_random.py 285 random.SystemRandom().random()
291 @unittest.skipUnless(SystemRandom_available, "random.SystemRandom not available")
293 gen = random.SystemRandom()
655 random_mock.side_effect = random.SystemRandom().random
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_random.py 199 gen = random.SystemRandom()
554 random.SystemRandom().random()
  /external/python/cpython2/Lib/test/
test_random.py 206 gen = random.SystemRandom()
632 random.SystemRandom().random()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
random.py 56 "SystemRandom"]
805 class SystemRandom(Random):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
random.py 56 "SystemRandom"]
803 class SystemRandom(Random):
    [all...]
  /external/autotest/client/common_lib/
software_manager.py 35 r = random.SystemRandom()
  /external/python/cpython2/Lib/
random.py 56 "SystemRandom"]
807 class SystemRandom(Random):
  /external/autotest/server/
site_linux_system.py 210 # We use SystemRandom to reduce the likelyhood of coupling
213 sysrand = random.SystemRandom()

Completed in 439 milliseconds