You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2015/12/28 18:23:27 UTC

[15/18] [math] Javadoc.

Javadoc.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/b95df5ad
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/b95df5ad
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/b95df5ad

Branch: refs/heads/master
Commit: b95df5ad1ecfe158f4acbd6e62c8429e35969ae2
Parents: aaabfe8
Author: Gilles <er...@apache.org>
Authored: Mon Dec 28 18:07:23 2015 +0100
Committer: Gilles <er...@apache.org>
Committed: Mon Dec 28 18:07:23 2015 +0100

----------------------------------------------------------------------
 .../java/org/apache/commons/math4/random/RandomDataGenerator.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/b95df5ad/src/main/java/org/apache/commons/math4/random/RandomDataGenerator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/random/RandomDataGenerator.java b/src/main/java/org/apache/commons/math4/random/RandomDataGenerator.java
index 7488a5f..eb8415d 100644
--- a/src/main/java/org/apache/commons/math4/random/RandomDataGenerator.java
+++ b/src/main/java/org/apache/commons/math4/random/RandomDataGenerator.java
@@ -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