Repository: commons-math
Updated Branches:
  refs/heads/master 08cbacf7e -> 37c3d36c8


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/37c3d36c
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/37c3d36c
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/37c3d36c

Branch: refs/heads/master
Commit: 37c3d36c85b301c0946054b15c18863d8a378456
Parents: 08cbacf
Author: Gilles <er...@apache.org>
Authored: Tue Mar 7 15:48:17 2017 +0100
Committer: Gilles <er...@apache.org>
Committed: Tue Mar 7 15:48:17 2017 +0100

----------------------------------------------------------------------
 src/main/java/org/apache/commons/math4/random/package-info.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/37c3d36c/src/main/java/org/apache/commons/math4/random/package-info.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/random/package-info.java 
b/src/main/java/org/apache/commons/math4/random/package-info.java
index ed65ffb..c2e5a1f 100644
--- a/src/main/java/org/apache/commons/math4/random/package-info.java
+++ b/src/main/java/org/apache/commons/math4/random/package-info.java
@@ -19,8 +19,9 @@
  *
  * <p>
  *  Some of the utilities in this package use the pseudo-random number
- *  generators defined in package {@link org.apache.commons.math4.rng}
- *  to provide {@link org.apache.commons.math4.random.RandomUtils.DataGenerator
+ *  generators defined in the <a href="http://commons.apache.org/rng";>
+ *  Commons RNG</a> library in order to provide
+ *  {@link org.apache.commons.math4.random.RandomUtils.DataGenerator
  *  higher level functionality} (such as random strings) based on an underlying
  *  source of randomness that provides sequences of uniformly distributed 
integers.
  * </p>

Reply via email to