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 2018/02/13 22:27:10 UTC

[13/14] commons-rng git commit: Description of "commons-rng-examples" module.

Description of "commons-rng-examples" module.


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

Branch: refs/heads/master
Commit: 4424bf93dbd715f2bf5528d201c8e55023c4a591
Parents: 07f8597
Author: Gilles <er...@apache.org>
Authored: Tue Feb 13 22:36:38 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Tue Feb 13 22:36:38 2018 +0100

----------------------------------------------------------------------
 commons-rng-examples/pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/4424bf93/commons-rng-examples/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/pom.xml b/commons-rng-examples/pom.xml
index 5314f8c..9fbb272 100644
--- a/commons-rng-examples/pom.xml
+++ b/commons-rng-examples/pom.xml
@@ -32,8 +32,10 @@
   <packaging>pom</packaging>
   <name>Apache Commons RNG Examples</name>
 
-  <description>Examples of use of the random numbers generator implemented in the "commons-rng-simple" module.
-  Code in this module is not part of the public API.</description>
+  <description>Examples of use of the "Commons RNG" library.
+  Codes in this module and its sub-modules are not part of the library.
+  They provide checking, benchmarking tools to enhance the documentation
+  and to help ensure correctness of the implementations.</description>
 
   <properties>
     <maven.compiler.source>1.7</maven.compiler.source>