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

Comparing jsr166/src/jsr166y/ThreadLocalRandom.java (file contents):
Revision 1.16 by jsr166, Wed May 25 16:08:03 2011 UTC vs.
Revision 1.17 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