We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190fac9 commit 8aab843Copy full SHA for 8aab843
Doc/library/random.rst
@@ -107,7 +107,7 @@ Bookkeeping functions
107
.. function:: getrandbits(k)
108
109
Returns a Python integer with *k* random bits. This method is supplied with
110
- the MersenneTwister generator and some other generators may also provide it
+ the Mersenne Twister generator and some other generators may also provide it
111
as an optional part of the API. When available, :meth:`getrandbits` enables
112
:meth:`randrange` to handle arbitrarily large ranges.
113
0 commit comments