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

Comparing jsr166/src/main/java/util/Random.java (file contents):
Revision 1.9 by dl, Sat Oct 1 18:09:46 2005 UTC vs.
Revision 1.10 by jsr166, Sat Oct 1 22:42:00 2005 UTC

# Line 1 | Line 1
1   /*
2 < * @(#)Random.java      1.44 05/02/01
2 > * %W% %E%
3   *
4 < * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
4 > * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
5   * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6   */
7  
# Line 33 | Line 33 | import java.util.concurrent.atomic.Atomi
33   * class <code>Math</code> simpler to use.
34   *
35   * @author  Frank Yellin
36 < * @version 1.44, 02/01/05
36 > * @version %I%, %G%
37   * @see     java.lang.Math#random()
38   * @since   JDK1.0
39   */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines