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 6e933d760bce408da724cc439a832eae6ce0d82f Author: Alex Herbert <aherb...@apache.org> AuthorDate: Sun Aug 8 19:43:43 2021 +0100 Add link from example table to the example distribution plots --- src/site/apt/userguide/rng.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/apt/userguide/rng.apt b/src/site/apt/userguide/rng.apt index 371070e..6023481 100644 --- a/src/site/apt/userguide/rng.apt +++ b/src/site/apt/userguide/rng.apt @@ -982,7 +982,7 @@ double[] coordinate = sampler.sample(); *----------*---------------+ | 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. | *----------*---------------+ -| Sampling | Application producing output from distribution samplers to create an approximate probability density function (PDF). | +| 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. | *----------*---------------+