Commit 8a9d370a authored by Andrew Svetlov's avatar Andrew Svetlov

Issue #15936: Add link from os.urandom to random.SystemRandom

parent 94540d40
......@@ -2506,5 +2506,7 @@ Miscellaneous Functions
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.
.. versionadded:: 2.4
For easy to use interface to system randomness please see
:class:`random.SystemRandom`.
.. versionadded:: 2.4
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment