Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e7af4 commit 03cb99cCopy full SHA for 03cb99c
1 file changed
Doc/library/os.rst
@@ -3309,3 +3309,6 @@ Miscellaneous Functions
3309
though its exact quality depends on the OS implementation. On a Unix-like
3310
system this will query /dev/urandom, and on Windows it will use CryptGenRandom.
3311
If a randomness source is not found, :exc:`NotImplementedError` will be raised.
3312
+
3313
+ For easy to use interface to system randomness please see
3314
+ :class:`random.SystemRandom`.
0 commit comments