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.2 by dl, Wed Jul 10 23:42:43 2013 UTC vs.
Revision 1.3 by jsr166, Thu Jul 11 03:31:26 2013 UTC

# Line 40 | Line 40 | import java.util.stream.DoubleStream;
40   * A generator of uniform pseudorandom values applicable for use in
41   * (among other contexts) isolated parallel computations that may
42   * generate subtasks. Class SplittableRandom supports methods for
43 < * producing pseudorandom nunmbers of type {@code int}, {@code long},
43 > * producing pseudorandom numbers of type {@code int}, {@code long},
44   * and {@code double} with similar usages as for class
45   * {@link java.util.Random} but differs in the following ways: <ul>
46   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines