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

Comparing jsr166/src/jdk8/java/util/SplittableRandom.java (file contents):
Revision 1.3 by jsr166, Tue Dec 20 22:08:05 2016 UTC vs.
Revision 1.4 by jsr166, Mon Feb 20 22:07:50 2017 UTC

# Line 792 | Line 792 | public final class SplittableRandom {
792       * @return a stream of pseudorandom {@code double} values,
793       *         each with the given origin (inclusive) and bound (exclusive)
794       * @throws IllegalArgumentException if {@code streamSize} is
795 <     *         less than zero
796 <     * @throws IllegalArgumentException if {@code randomNumberOrigin}
795 >     *         less than zero, or {@code randomNumberOrigin}
796       *         is greater than or equal to {@code randomNumberBound}
797       */
798      public DoubleStream doubles(long streamSize, double randomNumberOrigin,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines