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.16 by jsr166, Thu Feb 16 08:30:29 2006 UTC vs.
Revision 1.19 by jsr166, Tue Jan 30 03:46:41 2007 UTC

# Line 1 | Line 1
1   /*
2   * %W% %E%
3   *
4 < * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
4 > * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
5   * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6   */
7  
# Line 45 | Line 45 | class Random implements java.io.Serializ
45       * The internal state associated with this pseudorandom number generator.
46       * (The specs for the methods in this class describe the ongoing
47       * computation of this value.)
48     *
49     * @serial
48       */
49      private final AtomicLong seed;
50  
# Line 465 | Line 463 | class Random implements java.io.Serializ
463      /**
464       * Serializable fields for Random.
465       *
466 <     * @serialField    seed long;
466 >     * @serialField    seed long
467       *              seed for random computations
468 <     * @serialField    nextNextGaussian double;
468 >     * @serialField    nextNextGaussian double
469       *              next Gaussian to be returned
470       * @serialField      haveNextNextGaussian boolean
471       *              nextNextGaussian is valid

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines