From 7772d89846a7b1f341b41a3651b18997ae927107 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Tue, 2 Jul 2013 19:55:13 +0000 Subject: [PATCH] Add a formatting break. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1499079 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/userguide/random.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/userguide/random.xml b/src/site/xdoc/userguide/random.xml index d63764296..a62289bd7 100644 --- a/src/site/xdoc/userguide/random.xml +++ b/src/site/xdoc/userguide/random.xml @@ -249,7 +249,7 @@ double[] randomVector = generator.nextVector(); The figure below (created with LowDiscrepancyGeneratorComparison.java) illustrates the unique properties of low-discrepancy sequences when generating N samples in the interval [0, 1]. Roughly speaking, such sequences "fill" the respective space more evenly which leads to faster convergence in - quasi-Monte Carlo simulations. + quasi-Monte Carlo simulations.
Comparison of low-discrepancy sequences