ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jdk7/java/util/Random.java
(Generate patch)

Comparing jsr166/src/jdk7/java/util/Random.java (file contents):
Revision 1.3 by jsr166, Sat Feb 16 20:50:29 2013 UTC vs.
Revision 1.4 by jsr166, Sat Jul 20 19:23:09 2013 UTC

# Line 367 | Line 367 | class Random implements java.io.Serializ
367       * range {@code 0.0f} (inclusive) to {@code 1.0f} (exclusive), is
368       * pseudorandomly generated and returned. All 2<font
369       * size="-1"><sup>24</sup></font> possible {@code float} values
370 <     * of the form <i>m&nbsp;x&nbsp</i>2<font
370 >     * of the form <i>m&nbsp;x&nbsp;</i>2<font
371       * size="-1"><sup>-24</sup></font>, where <i>m</i> is a positive
372       * integer less than 2<font size="-1"><sup>24</sup> </font>, are
373       * produced with (approximately) equal probability.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines