Reverting commit b95df5ad1ecfe158f4acbd6e62c8429e35969ae2 as per Gilles request.
The work on revamping the random packages is perfoemd in the random-ravamp branch. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/15a7ab86 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/15a7ab86 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/15a7ab86 Branch: refs/heads/master Commit: 15a7ab86d000e0b05c06d8f8fd333215d3df5516 Parents: e0a8ac4 Author: Luc Maisonobe <l...@apache.org> Authored: Sun Jan 17 11:35:24 2016 +0100 Committer: Luc Maisonobe <l...@apache.org> Committed: Sun Jan 17 11:40:27 2016 +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/15a7ab86/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 eb8415d..7488a5f 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 BaseRandomGenerator}. + * extend {@link AbstractRandomGenerator}. * <p> * Supports reseeding the underlying pseudo-random number generator (PRNG). The * <code>SecurityProvider</code> and <code>Algorithm</code> used by the