Package org.apache.commons.math4.random

Random Data Generation

Some of the utilities in this package use the pseudo-random number generators defined in the Commons RNG library in order to provide higher level functionality (such as random strings) based on an underlying source of randomness that provides sequences of uniformly distributed integers.

Others are sources of pseudo-randomness that directly produce "compound" types such as random vectors.