You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/08/13 19:32:10 UTC

[commons-rng] 10/12: Update description of java requirements in the user guide

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

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

commit 3a17ec34f7c3b7aaa5e94e7c94ecf28bc127a59f
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Fri Aug 13 19:56:03 2021 +0100

    Update description of java requirements in the user guide
---
 src/site/apt/userguide/rng.apt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/site/apt/userguide/rng.apt b/src/site/apt/userguide/rng.apt
index bc28aa3..d5aab53 100644
--- a/src/site/apt/userguide/rng.apt
+++ b/src/site/apt/userguide/rng.apt
@@ -981,17 +981,19 @@ double[] coordinate = sampler.sample();
 *----------*---------------+
 || Example Module || Description ||
 *----------*---------------+
-| Stress | Application for calling external tools that perform stringent uniformity tests (requires Java 8+). This application is used to generate results in the {{{a5._Quality}Quality}} section. |
+| Stress | Application for calling external tools that perform stringent uniformity tests. This application is used to generate results in the {{{a5._Quality}Quality}} section. |
 *----------*---------------+
 | Sampling | Application producing output from distribution samplers to create an approximate probability density function (PDF) as shown {{{./dist_density_approx.html}here}}. |
 *----------*---------------+
 | Quadrature | Application for computing numerical quadrature by Monte-Carlo (random) integration. |
 *----------*---------------+
-| JMH | Benchmarks that assess the performance of the generators using the Java Microbenchmark Harness (requires Java 8+). This application is used to generate results in the {{{a4._Performance}Performance}} section. |
+| JMH | Benchmarks that assess the performance of the generators using the Java Microbenchmark Harness. This application is used to generate results in the {{{a4._Performance}Performance}} section. |
 *----------*---------------+
 | JPMS | Example JPMS application using all the JPMS modules of Commons RNG (requires Java 11+). |
 *----------*---------------+
 
+  The examples require Java 8+ unless specifed as requiring a higher version.
+
   The examples can be built using profiles in the relevant module. For example to build the
   JMH benchmarks application and show the help information: