Searched refs:SystemRandom (Results 1 – 17 of 17) sorted by relevance
20 from random import SystemRandom22 _sysrand = SystemRandom()
5 from random import SystemRandom as _SystemRandom
669 class SystemRandom(Random): class
12 seed = random.SystemRandom().randint(-2147483648, 2147483647)
116 random.shuffle(jobs_list, random.SystemRandom().random)
142 random.shuffle(jobs_list, random.SystemRandom().random)
39 .. class:: SystemRandom43 :class:`random.SystemRandom` for additional details.
42 The :mod:`random` module also provides the :class:`SystemRandom` class which313 .. class:: SystemRandom([seed])
4155 platform, please see :class:`random.SystemRandom`.
17 r = random.SystemRandom()
60 The :mod:`random` module also provides the :class:`SystemRandom` class which67 security purposes. Use :func:`os.urandom` or :class:`SystemRandom` if308 .. class:: SystemRandom([seed])
2522 provided by your platform, please see :class:`random.SystemRandom`.
285 random.SystemRandom().random()293 gen = random.SystemRandom()655 random_mock.side_effect = random.SystemRandom().random
206 gen = random.SystemRandom()632 random.SystemRandom().random()
35 r = random.SystemRandom()
807 class SystemRandom(Random): class
213 sysrand = random.SystemRandom()