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.9 by jsr166, Thu Jul 23 23:23:41 2009 UTC vs.
Revision 1.10 by jsr166, Sat Jul 25 00:34:00 2009 UTC

# Line 5 | Line 5
5   */
6  
7   package jsr166y;
8 < import java.util.*;
8 >
9 > import java.util.Random;
10  
11   /**
12   * A random number generator with the same properties as class {@link

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines