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.47 by dl, Sat Nov 12 00:11:54 2016 UTC vs.
Revision 1.48 by jsr166, Sun Nov 13 02:23:22 2016 UTC

# Line 170 | Line 170 | public class ThreadLocalRandom extends R
170  
171      /**
172       * Generates a pseudorandom number with the indicated number of
173 <     * bits. Unlike in superclass @{link Random}, this method is never
173 >     * bits. Unlike in superclass {@link Random}, this method is never
174       * internally called or used by any other publicly accessible
175       * method.
176       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines