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.38 by jsr166, Tue Dec 20 22:08:05 2016 UTC vs.
Revision 1.39 by jsr166, Mon Feb 20 22:07:50 2017 UTC

# Line 779 | Line 779 | public final class SplittableRandom {
779       * @return a stream of pseudorandom {@code double} values,
780       *         each with the given origin (inclusive) and bound (exclusive)
781       * @throws IllegalArgumentException if {@code streamSize} is
782 <     *         less than zero
783 <     * @throws IllegalArgumentException if {@code randomNumberOrigin}
782 >     *         less than zero, or {@code randomNumberOrigin}
783       *         is greater than or equal to {@code randomNumberBound}
784       */
785      public DoubleStream doubles(long streamSize, double randomNumberOrigin,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines