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 2016/05/29 17:29:40 UTC

[3/6] [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/77e11bfa
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/77e11bfa
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/77e11bfa

Branch: refs/heads/task-MATH-1366
Commit: 77e11bfa2bdbc85bc13ba013c0714da9f53ddd41
Parents: 34b9698
Author: Gilles <gi...@harfang.homelinux.org>
Authored: Sun May 29 18:20:31 2016 +0200
Committer: Gilles <gi...@harfang.homelinux.org>
Committed: Sun May 29 18:20:31 2016 +0200

----------------------------------------------------------------------
 .../org/apache/commons/math4/random/package-info.java    | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/77e11bfa/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 45d810a..ed65ffb 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
@@ -20,14 +20,13 @@
  * <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 higher level functionality (such as random strings) based
- *  on an underlying source of randomness that provides sequences of
- *  uniformly distributed integers.
+ *  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>
  * <p>
- *  Others are sources of pseudo-randomness that directly produce "compound"
- *  types such as {@link org.apache.commons.math4.random.RandomVectorGenerator
- *  random vectors}.
+ *  Others are sources of pseudo-randomness that directly produce "compound" types
+ *  such as {@link org.apache.commons.math4.random.RandomVectorGenerator random vectors}.
  * </p>
  */
 package org.apache.commons.math4.random;