changeset: 79737:2bff4969b65b branch: 2.7 parent: 79731:6fcfe701502b user: Andrew Svetlov date: Tue Oct 16 13:23:15 2012 +0300 files: Doc/library/os.rst description: Issue #15936: Add link from os.urandom to random.SystemRandom diff -r 6fcfe701502b -r 2bff4969b65b Doc/library/os.rst --- a/Doc/library/os.rst Tue Oct 16 10:27:00 2012 +0100 +++ b/Doc/library/os.rst Tue Oct 16 13:23:15 2012 +0300 @@ -2506,5 +2506,7 @@ 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`. + .. versionadded:: 2.4 -

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