--- jsr166/src/main/java/util/SplittableRandom.java 2016/12/20 22:08:05 1.38 +++ jsr166/src/main/java/util/SplittableRandom.java 2017/02/20 22:07:50 1.39 @@ -779,8 +779,7 @@ public final class SplittableRandom { * @return a stream of pseudorandom {@code double} values, * each with the given origin (inclusive) and bound (exclusive) * @throws IllegalArgumentException if {@code streamSize} is - * less than zero - * @throws IllegalArgumentException if {@code randomNumberOrigin} + * less than zero, or {@code randomNumberOrigin} * is greater than or equal to {@code randomNumberBound} */ public DoubleStream doubles(long streamSize, double randomNumberOrigin,