From: Andrew Svetlov Date: Tue, 16 Oct 2012 10:23:15 +0000 (+0300) Subject: Issue #15936: Add link from os.urandom to random.SystemRandom X-Git-Tag: v2.7.4rc1~482 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a9d370a2bff2dd4eff399f40d047d2270bfb761;p=thirdparty%2FPython%2Fcpython.git Issue #15936: Add link from os.urandom to random.SystemRandom --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 025042a28c46..f56e627cd958 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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