This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit 84f15db1bbfe6ca77369f678b2e71e21605e4c39
Author: Gilles Sadowski <gillese...@gmail.com>
AuthorDate: Sat Jul 17 14:35:37 2021 +0200

    Javadoc.
---
 .../apache/commons/math4/legacy/random/package-info.java  | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git 
a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/package-info.java
 
b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/package-info.java
index 7885a2e..1dbece0 100644
--- 
a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/package-info.java
+++ 
b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/package-info.java
@@ -15,18 +15,9 @@
  * limitations under the License.
  */
 /**
- * <p>Random Data Generation</p>
+ * This package contains functionality related to random numbers.
  *
- * <p>
- *  Some of the utilities in this package use the pseudo-random number
- *  generators defined in the <a href="http://commons.apache.org/rng";>
- *  Commons RNG</a> library in order to provide
- *  {@link org.apache.commons.math4.legacy.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.
- * </p>
+ * Note that a wide range of utilities are available in
+ * <a href="http://commons.apache.org/rng";>Commons RNG</a>.
  */
 package org.apache.commons.math4.legacy.random;

Reply via email to