ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/Random/DistinctSeeds.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/Random/DistinctSeeds.java (file contents):
Revision 1.2 by jsr166, Sat Nov 8 07:46:41 2003 UTC vs.
Revision 1.3 by dl, Mon Feb 19 00:24:17 2007 UTC

# Line 4 | Line 4
4   * @summary Independent instantiations of Random() have distinct seeds.
5   */
6  
7 + /*
8 + * Written by Doug Lea with assistance from members of JCP JSR-166
9 + * Expert Group and released to the public domain, as explained at
10 + * http://creativecommons.org/licenses/publicdomain
11 + */
12 +
13 +
14   import java.util.Random;
15  
16   public class DistinctSeeds {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines