This commit is contained in:
Gilles 2017-03-07 15:48:17 +01:00
parent 08cbacf7e4
commit 37c3d36c85
1 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,9 @@
*
* <p>
* Some of the utilities in this package use the pseudo-random number
* generators defined in package {@link org.apache.commons.math4.rng}
* to provide {@link org.apache.commons.math4.random.RandomUtils.DataGenerator
* generators defined in the <a href="http://commons.apache.org/rng">
* 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
* source of randomness that provides sequences of uniformly distributed integers.
* </p>