... many contributions, helping to develop and extend material for tutorials that in turn became included in the second edition.Rosemary Simpson contributed numerous improvements in the course of creating the index. Ken Arnold patiently helped me deal with FrameMaker. Mike Hendrickson and the editorial crew at Addison-Wesley have been continually supportive.
Random
constructor on your JVM initialized all
generators with the same seed. While this is not an error in your
JVM or in the book, you can work around this by replacing line:
protected final Random rng = new Random();with
protected final Random rng = new Random(this.hashCode());
Thanks to Linda Rising and Tom Shields for pointing out errors.
Please send any questions or comments about this book to dl@cs.oswego.edu
.