Commit 2bfe3860 authored by Andrew Svetlov's avatar Andrew Svetlov

Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion

parent 03cb99c2
...@@ -3310,5 +3310,5 @@ Miscellaneous Functions ...@@ -3310,5 +3310,5 @@ Miscellaneous Functions
system this will query /dev/urandom, and on Windows it will use CryptGenRandom. 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. If a randomness source is not found, :exc:`NotImplementedError` will be raised.
For easy to use interface to system randomness please see For an easy-to-use interface to the random number generator
:class:`random.SystemRandom`. provided by your platform, please see :class:`random.SystemRandom`.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment