We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
secrets.randbits
1 parent 11fa119 commit beee91cCopy full SHA for beee91c
Doc/library/secrets.rst
@@ -52,7 +52,7 @@ randomness that your operating system provides.
52
53
.. function:: randbits(k)
54
55
- Return an int with *k* random bits.
+ Return a non-negative int with *k* random bits.
56
57
58
Generating tokens
0 commit comments