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

Comparing jsr166/src/main/java/util/concurrent/ThreadLocalRandom.java (file contents):
Revision 1.52 by jsr166, Tue Jan 31 03:38:15 2017 UTC vs.
Revision 1.53 by jsr166, Mon Feb 20 22:07:50 2017 UTC

# Line 670 | Line 670 | public class ThreadLocalRandom extends R
670       * @return a stream of pseudorandom {@code double} values,
671       *         each with the given origin (inclusive) and bound (exclusive)
672       * @throws IllegalArgumentException if {@code streamSize} is
673 <     *         less than zero
674 <     * @throws IllegalArgumentException if {@code randomNumberOrigin}
673 >     *         less than zero, or {@code randomNumberOrigin}
674       *         is greater than or equal to {@code randomNumberBound}
675       * @since 1.8
676       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines