docs/library/uos: urandom: Generalize description.

Don't give a guarantee of HW RNG, only a possibility of its usage.
This commit is contained in:
Paul Sokolovsky 2017-04-16 09:22:47 +03:00
parent ae831ec0a8
commit a0fb360f1b

View File

@ -88,8 +88,8 @@ Functions
.. function:: urandom(n) .. function:: urandom(n)
Return a bytes object with n random bytes, generated by the hardware Return a bytes object with n random bytes. Whenever possible, it is
random number generator. generated by the hardware random number generator.
.. only:: port_wipy .. only:: port_wipy