This commit is contained in:
Gilles 2016-05-29 17:27:46 +02:00
parent fc3e1eac67
commit 156dfa6da1
1 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ public enum RandomSource {
* </code></pre>
* </p>
*
* @param source {@link RNG type}.
* @param source RNG type.
* @return the RNG.
*/
public static UniformRandomProvider create(RandomSource source) {
@ -304,7 +304,7 @@ public enum RandomSource {
* </li>
* </p>
*
* @param source {@link RNG type}.
* @param source RNG type.
* @param seed Seed value. It can be {@code null} (in which case a
* random value will be used).
* @param data Additional arguments to the implementation's constructor.