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.65 by dl, Fri Mar 25 14:31:27 2022 UTC vs.
Revision 1.66 by jsr166, Fri Nov 25 16:39:48 2022 UTC

# Line 57 | Line 57 | import jdk.internal.misc.VM;
57   * @since 1.7
58   * @author Doug Lea
59   */
60
60   @RandomGeneratorProperties(
61          name = "ThreadLocalRandom",
62          i = 64, j = 0, k = 0,
# Line 509 | Line 508 | public final class ThreadLocalRandom ext
508      public double nextDouble(double origin, double bound) {
509          return super.nextDouble(origin, bound);
510      }
511 +
512      /**
513       * {@inheritDoc}
514       * @throws IllegalArgumentException {@inheritDoc}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines