Thanks to visit codestin.com Credit goes to github.com
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 2d2af32 commit b67cbbdCopy full SHA for b67cbbd
1 file changed
Doc/library/random.rst
@@ -545,9 +545,9 @@ Recipes
545
546
The default :func:`.random` returns multiples of 2⁻⁵³ in the range
547
*0.0 ≤ x < 1.0*. All such numbers are evenly spaced and are exactly
548
-representable as Python floats. However, many floats in that interval
549
-are not possible selections. For example, ``0.05954861408025609``
550
-isn't an integer multiple of 2⁻⁵³.
+representable as Python floats. However, many other representable
+floats in that interval are not possible selections. For example,
+``0.05954861408025609`` isn't an integer multiple of 2⁻⁵³.
551
552
The following recipe takes a different approach. All floats in the
553
interval are possible selections. The mantissa comes from a uniform
0 commit comments