Javadoc.
This commit is contained in:
parent
08cbacf7e4
commit
37c3d36c85
|
@ -19,8 +19,9 @@
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* Some of the utilities in this package use the pseudo-random number
|
* Some of the utilities in this package use the pseudo-random number
|
||||||
* generators defined in package {@link org.apache.commons.math4.rng}
|
* generators defined in the <a href="http://commons.apache.org/rng">
|
||||||
* to provide {@link org.apache.commons.math4.random.RandomUtils.DataGenerator
|
* Commons RNG</a> library in order to provide
|
||||||
|
* {@link org.apache.commons.math4.random.RandomUtils.DataGenerator
|
||||||
* higher level functionality} (such as random strings) based on an underlying
|
* higher level functionality} (such as random strings) based on an underlying
|
||||||
* source of randomness that provides sequences of uniformly distributed integers.
|
* source of randomness that provides sequences of uniformly distributed integers.
|
||||||
* </p>
|
* </p>
|
||||||
|
|
Loading…
Reference in New Issue