Skip to content

Commit a0fb360

Browse files
committed
docs/library/uos: urandom: Generalize description.
Don't give a guarantee of HW RNG, only a possibility of its usage.
1 parent ae831ec commit a0fb360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/library/uos.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ Functions
8888

8989
.. function:: urandom(n)
9090

91-
Return a bytes object with n random bytes, generated by the hardware
92-
random number generator.
91+
Return a bytes object with n random bytes. Whenever possible, it is
92+
generated by the hardware random number generator.
9393

9494
.. only:: port_wipy
9595

0 commit comments

Comments
 (0)