Home
last modified time | relevance | path

Searched refs:SystemRandom (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython3/Lib/
Dsecrets.py20 from random import SystemRandom
22 _sysrand = SystemRandom()
Dcrypt.py5 from random import SystemRandom as _SystemRandom
Drandom.py669 class SystemRandom(Random): class
/external/v8/tools/testrunner/utils/
Drandom_utils.py12 seed = random.SystemRandom().randint(-2147483648, 2147483647)
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_run.py116 random.shuffle(jobs_list, random.SystemRandom().random)
Dbm_main.py142 random.shuffle(jobs_list, random.SystemRandom().random)
/external/python/cpython3/Doc/library/
Dsecrets.rst39 .. class:: SystemRandom
43 :class:`random.SystemRandom` for additional details.
Drandom.rst42 The :mod:`random` module also provides the :class:`SystemRandom` class which
313 .. class:: SystemRandom([seed])
Dos.rst4155 platform, please see :class:`random.SystemRandom`.
/external/autotest/client/tools/
Dcrash_handler.py17 r = random.SystemRandom()
/external/python/cpython2/Doc/library/
Drandom.rst60 The :mod:`random` module also provides the :class:`SystemRandom` class which
67 security purposes. Use :func:`os.urandom` or :class:`SystemRandom` if
308 .. class:: SystemRandom([seed])
Dos.rst2522 provided by your platform, please see :class:`random.SystemRandom`.
/external/python/cpython3/Lib/test/
Dtest_random.py285 random.SystemRandom().random()
293 gen = random.SystemRandom()
655 random_mock.side_effect = random.SystemRandom().random
/external/python/cpython2/Lib/test/
Dtest_random.py206 gen = random.SystemRandom()
632 random.SystemRandom().random()
/external/autotest/client/common_lib/
Dsoftware_manager.py35 r = random.SystemRandom()
/external/python/cpython2/Lib/
Drandom.py807 class SystemRandom(Random): class
/external/autotest/server/
Dsite_linux_system.py213 sysrand = random.SystemRandom()