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

Comparing jsr166/src/jsr166e/ThreadLocalRandom.java (file contents):
Revision 1.1 by jsr166, Sun Jul 14 19:55:05 2013 UTC vs.
Revision 1.2 by jsr166, Fri Jul 19 19:34:43 2013 UTC

# Line 107 | Line 107 | public class ThreadLocalRandom extends R
107       *
108       * @param least the least value returned
109       * @param bound the upper bound (exclusive)
110 +     * @return the next value
111       * @throws IllegalArgumentException if least greater than or equal
112       * to bound
112     * @return the next value
113       */
114      public int nextInt(int least, int bound) {
115          if (least >= bound)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines