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.
2 parents f4e5044 + 2bfe386 commit b3fe704Copy full SHA for b3fe704
1 file changed
Doc/library/os.rst
@@ -3310,5 +3310,5 @@ Miscellaneous Functions
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`.
+ For an easy-to-use interface to the random number generator
+ provided by your platform, please see :class:`random.SystemRandom`.
0 commit comments