Name: dkC59003 Date: 06/23/99
Online documentation shipped with JDK releases 1.2, 1.2.1, 1.2.2, and 1.3
contains unballanced <pre>...</pre> tags in Javadoc-generated description
for the class java.util.Random, method nextBoolean(). Namely, closing </pre>
tag is ommited just after the algorithm of this method is displayed:
public boolean nextBoolean() {return next(1) != 0;}
======================================================================