docs/library/uos: urandom: Generalize description.

Don't give a guarantee of HW RNG, only a possibility of its usage.
pull/1/head
Paul Sokolovsky 2017-04-16 09:22:47 +03:00
parent ae831ec0a8
commit a0fb360f1b
1 changed files with 2 additions and 2 deletions

View File

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