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