jdk/src/share/classes/java/util/Random.java
changeset 1818 7847313afae6
parent 715 f16baef3a20e
child 4110 ac033ba6ede4
--- a/jdk/src/share/classes/java/util/Random.java	Wed Jan 14 17:17:34 2009 +0000
+++ b/jdk/src/share/classes/java/util/Random.java	Wed Jan 14 16:23:29 2009 -0800
@@ -32,7 +32,7 @@
  * An instance of this class is used to generate a stream of
  * pseudorandom numbers. The class uses a 48-bit seed, which is
  * modified using a linear congruential formula. (See Donald Knuth,
- * <i>The Art of Computer Programming, Volume 3</i>, Section 3.2.1.)
+ * <i>The Art of Computer Programming, Volume 2</i>, Section 3.2.1.)
  * <p>
  * If two instances of {@code Random} are created with the same
  * seed, and the same sequence of method calls is made for each, they