summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/os.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 025042a..f56e627 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