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/01/04 14:43:15 UTC

[2/3] commons-rng git commit: RNG-37: Update benchmark for "ZigguratNormalizedGaussianSampler".

RNG-37: Update benchmark for "ZigguratNormalizedGaussianSampler".


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

Branch: refs/heads/master
Commit: 82148f7da16724cf455a650cb64bab982908e822
Parents: 75c7e43
Author: Gilles <er...@apache.org>
Authored: Thu Jan 4 15:40:04 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Thu Jan 4 15:40:04 2018 +0100

----------------------------------------------------------------------
 src/site/apt/userguide/rng.apt | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/82148f7d/src/site/apt/userguide/rng.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/userguide/rng.apt b/src/site/apt/userguide/rng.apt
index 6451ad6..32ea0f0 100644
--- a/src/site/apt/userguide/rng.apt
+++ b/src/site/apt/userguide/rng.apt
@@ -583,35 +583,35 @@ String word = sampler.sample().get(0);
 *--------------------------*----------------+----------------+----------------+
 || RNG identifier          || <<<BoxMullerNormalizedGaussianSampler>>> || <<<MarsagliaNormalizedGaussianSampler>>> || <<<ZigguratNormalizedGaussianSampler>>> |
 *--------------------------*----------------+----------------+----------------+
-| ISAAC                    |        0.96494 |        0.41090 |        0.11707 |
+| ISAAC                    |        0.96494 |        0.41090 |        0.26529 |
 *--------------------------*----------------+----------------+----------------+
-| JDK                      |        1.04037 |        0.65917 |        0.14461 |
+| JDK                      |        1.04037 |        0.65917 |        0.35473 |
 *--------------------------*----------------+----------------+----------------+
-| KISS                     |        0.93580 |        0.41354 |        0.12162 |
+| KISS                     |        0.93580 |        0.41354 |        0.24676 |
 *--------------------------*----------------+----------------+----------------+
-| MT                       |        0.95563 |        0.43966 |        0.12944 |
+| MT                       |        0.95563 |        0.43966 |        0.25891 |
 *--------------------------*----------------+----------------+----------------+
-| MT_64                    |        0.85963 |        0.37269 |        0.14390 |
+| MT_64                    |        0.85963 |        0.37269 |        0.22864 |
 *--------------------------*----------------+----------------+----------------+
-| MWC_256                  |        0.90648 |        0.34902 |        0.09656 |
+| MWC_256                  |        0.90648 |        0.34902 |        0.21321 |
 *--------------------------*----------------+----------------+----------------+
-| SPLIT_MIX_64             |        0.82831 |        0.29894 |        0.10303 |
+| SPLIT_MIX_64             |        0.82831 |        0.29894 |        0.18664 |
 *--------------------------*----------------+----------------+----------------+
-| TWO_CMRES                |        0.84886 |        0.35546 |        0.11496 |
+| TWO_CMRES                |        0.84886 |        0.35546 |        0.18992 |
 *--------------------------*----------------+----------------+----------------+
-| WELL_1024_A              |        1.00718 |        0.52266 |        0.15347 |
+| WELL_1024_A              |        1.00718 |        0.52266 |        0.29707 |
 *--------------------------*----------------+----------------+----------------+
-| WELL_19937_A             |        1.06638 |        0.61714 |        0.17292 |
+| WELL_19937_A             |        1.06638 |        0.61714 |        0.32631 |
 *--------------------------*----------------+----------------+----------------+
-| WELL_19937_C             |        1.09771 |        0.61585 |        0.18022 |
+| WELL_19937_C             |        1.09771 |        0.61585 |        0.37650 |
 *--------------------------*----------------+----------------+----------------+
-| WELL_44497_A             |        1.10244 |        0.62584 |        0.16854 |
+| WELL_44497_A             |        1.10244 |        0.62584 |        0.36866 |
 *--------------------------*----------------+----------------+----------------+
-| WELL_44497_B             |        1.10634 |        0.65012 |        0.18699 |
+| WELL_44497_B             |        1.10634 |        0.65012 |        0.38879 |
 *--------------------------*----------------+----------------+----------------+
-| WELL_512_A               |        0.99513 |        0.50448 |        0.15273 |
+| WELL_512_A               |        0.99513 |        0.50448 |        0.31737 |
 *--------------------------*----------------+----------------+----------------+
-| XOR_SHIFT_1024_S         |        0.84066 |        0.30669 |        0.11498 |
+| XOR_SHIFT_1024_S         |        0.84066 |        0.30669 |        0.19735 |
 *--------------------------*----------------+----------------+----------------+