--- jsr166/src/jdk7/java/util/Random.java 2013/02/16 20:50:29 1.3 +++ jsr166/src/jdk7/java/util/Random.java 2013/07/20 19:23:09 1.4 @@ -367,7 +367,7 @@ class Random implements java.io.Serializ * range {@code 0.0f} (inclusive) to {@code 1.0f} (exclusive), is * pseudorandomly generated and returned. All 224 possible {@code float} values - * of the form m x 2m x 2-24, where m is a positive * integer less than 224 , are * produced with (approximately) equal probability.