Add a formatting break.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1499079 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-07-02 19:55:13 +00:00
parent 9fb08c2f9e
commit 7772d89846
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ double[] randomVector = generator.nextVector();
The figure below (created with <a href="../xref-test/org/apache/commons/math3/userguide/LowDiscrepancyGeneratorComparison.html">
LowDiscrepancyGeneratorComparison.java</a>) 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.<br/>
<img src="../images/userguide/low_discrepancy_sequences.png" alt="Comparison of low-discrepancy sequences"/>
</dd></dl>
</p>