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

Comparing jsr166/src/main/java/util/SplittableRandom.java (file contents):
Revision 1.8 by jsr166, Fri Jul 12 19:45:19 2013 UTC vs.
Revision 1.9 by jsr166, Sun Jul 14 03:47:31 2013 UTC

# Line 41 | Line 41 | import java.util.stream.DoubleStream;
41   * generate subtasks. Class SplittableRandom supports methods for
42   * producing pseudorandom numbers of type {@code int}, {@code long},
43   * and {@code double} with similar usages as for class
44 < * {@link java.util.Random} but differs in the following ways: <ul>
44 > * {@link java.util.Random} but differs in the following ways:
45 > *
46 > * <ul>
47   *
48   * <li>Series of generated values pass the DieHarder suite testing
49   * independence and uniformity properties of random number generators.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines