Generated by
JDiff

Class java.util.Random

Documentation changed from old to new.

Changed Methods
boolean nextBoolean() Documentation changed from old to new.
Returns the next pseudorandom uniformly distributed boolean value from this random number generator's sequence.
double nextGaussian() Documentation changed from old to new.
Returns the next pseudorandom Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.
int nextInt(int) Documentation changed from old to new.
Returns a pseudorandom uniformly distributed int value between 0 (inclusive) and the specified value (exclusive) drawn from this random number generator's sequence.