This commit is contained in:
Gilles 2015-12-28 18:07:23 +01:00
parent aaabfe8d2d
commit b95df5ad1e
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ import org.apache.commons.math4.util.MathArrays;
* <code>RandomGenerator</code> is provided in the constructor, the default is
* to use a {@link Well19937c} generator. To plug in a different
* implementation, either implement <code>RandomGenerator</code> directly or
* extend {@link AbstractRandomGenerator}.
* extend {@link BaseRandomGenerator}.
* <p>
* Supports reseeding the underlying pseudo-random number generator (PRNG). The
* <code>SecurityProvider</code> and <code>Algorithm</code> used by the