changeset: 79735:0a0b890508d3 branch: 3.3 parent: 79733:4f1287be26a6 user: Andrew Svetlov date: Tue Oct 16 13:15:06 2012 +0300 files: Doc/library/os.rst description: Issue #15936: Add link from os.urandom to random.SystemRandom diff -r 4f1287be26a6 -r 0a0b890508d3 Doc/library/os.rst --- a/Doc/library/os.rst Tue Oct 16 10:32:13 2012 +0100 +++ b/Doc/library/os.rst Tue Oct 16 13:15:06 2012 +0300 @@ -3309,3 +3309,6 @@ 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`.

AltStyle によって変換されたページ (->オリジナル) /