File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -545,9 +545,9 @@ Recipes
545545
546546The default :func: `.random ` returns multiples of 2⁻⁵³ in the range
547547*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⁻⁵³.
548+ representable as Python floats. However, many other representable
549+ floats in that interval are not possible selections. For example,
550+ `` 0.05954861408025609 `` isn't an integer multiple of 2⁻⁵³.
551551
552552The following recipe takes a different approach. All floats in the
553553interval are possible selections. The mantissa comes from a uniform
You can’t perform that action at this time.
0 commit comments