From 8a9d370a2bff2dd4eff399f40d047d2270bfb761 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Tue, 16 Oct 2012 13:23:15 +0300 Subject: [PATCH] Issue #15936: Add link from os.urandom to random.SystemRandom --- Doc/library/os.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 025042a28c4..f56e627cd95 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