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