From 03cb99c2d11da44304e67281f3e2e87b1cc17254 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Tue, 16 Oct 2012 13:15:06 +0300 Subject: Issue #15936: Add link from os.urandom to random.SystemRandom --- Doc/library/os.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index bf6087e..d859a97 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -3309,3 +3309,6 @@ Miscellaneous Functions though its exact quality depends on the OS implementation. On a Unix-like 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. + + For easy to use interface to system randomness please see + :class:`random.SystemRandom`. -- cgit v0.12