mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Merge heads.
This commit is contained in:
commit
8a42022748
1 changed files with 2 additions and 2 deletions
|
@ -3310,5 +3310,5 @@ Miscellaneous Functions
|
||||||
system this will query /dev/urandom, and on Windows it will use CryptGenRandom.
|
system this will query /dev/urandom, and on Windows it will use CryptGenRandom.
|
||||||
If a randomness source is not found, :exc:`NotImplementedError` will be raised.
|
If a randomness source is not found, :exc:`NotImplementedError` will be raised.
|
||||||
|
|
||||||
For easy to use interface to system randomness please see
|
For an easy-to-use interface to the random number generator
|
||||||
:class:`random.SystemRandom`.
|
provided by your platform, please see :class:`random.SystemRandom`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue