Skip to content

Commit ae49cc9

Browse files
author
Gilles
committed
Update benchmark (user guide).
Previous results were from a run performed on Java 10.
1 parent 7413015 commit ae49cc9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/site/apt/userguide/rng.apt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -669,35 +669,35 @@ String word = sampler.sample().get(0);
669669
*--------------------------*----------------+----------------+----------------+
670670
|| RNG identifier || <<<BoxMullerNormalizedGaussianSampler>>> || <<<MarsagliaNormalizedGaussianSampler>>> || <<<ZigguratNormalizedGaussianSampler>>> |
671671
*--------------------------*----------------+----------------+----------------+
672-
| ISAAC | 0.51112 | 0.45365 | 0.33569 |
672+
| ISAAC | 0.98302 | 0.42238 | 0.25057 |
673673
*--------------------------*----------------+----------------+----------------+
674-
| JDK | 0.65313 | 0.72881 | 0.41540 |
674+
| JDK | 1.06425 | 0.64978 | 0.34814 |
675675
*--------------------------*----------------+----------------+----------------+
676-
| KISS | 0.46165 | 0.46333 | 0.28334 |
676+
| KISS | 0.95534 | 0.42419 | 0.22697 |
677677
*--------------------------*----------------+----------------+----------------+
678-
| MT | 0.48088 | 0.48073 | 0.31721 |
678+
| MT | 0.96351 | 0.44536 | 0.25375 |
679679
*--------------------------*----------------+----------------+----------------+
680-
| MT_64 | 0.44583 | 0.40123 | 0.26732 |
680+
| MT_64 | 0.88290 | 0.37917 | 0.22083 |
681681
*--------------------------*----------------+----------------+----------------+
682-
| MWC_256 | 0.45035 | 0.37462 | 0.25729 |
682+
| MWC_256 | 0.92266 | 0.35825 | 0.19624 |
683683
*--------------------------*----------------+----------------+----------------+
684-
| SPLIT_MIX_64 | 0.40131 | 0.30099 | 0.21321 |
684+
| SPLIT_MIX_64 | 0.83485 | 0.29606 | 0.17689 |
685685
*--------------------------*----------------+----------------+----------------+
686-
| TWO_CMRES | 0.40907 | 0.37078 | 0.23681 |
686+
| TWO_CMRES | 0.85873 | 0.35949 | 0.20117 |
687687
*--------------------------*----------------+----------------+----------------+
688-
| WELL_1024_A | 0.57318 | 0.59994 | 0.37321 |
688+
| WELL_1024_A | 1.02734 | 0.53311 | 0.27986 |
689689
*--------------------------*----------------+----------------+----------------+
690-
| WELL_19937_A | 0.66410 | 0.68137 | 0.46683 |
690+
| WELL_19937_A | 1.08683 | 0.63207 | 0.33016 |
691691
*--------------------------*----------------+----------------+----------------+
692-
| WELL_19937_C | 0.65955 | 0.74347 | 0.46146 |
692+
| WELL_19937_C | 1.09748 | 0.61706 | 0.35864 |
693693
*--------------------------*----------------+----------------+----------------+
694-
| WELL_44497_A | 0.68396 | 0.68263 | 0.48795 |
694+
| WELL_44497_A | 1.12428 | 0.61903 | 0.35108 |
695695
*--------------------------*----------------+----------------+----------------+
696-
| WELL_44497_B | 0.68948 | 0.73640 | 0.47511 |
696+
| WELL_44497_B | 1.12845 | 0.65736 | 0.37151 |
697697
*--------------------------*----------------+----------------+----------------+
698-
| WELL_512_A | 0.54264 | 0.55834 | 0.36659 |
698+
| WELL_512_A | 1.01548 | 0.50523 | 0.27629 |
699699
*--------------------------*----------------+----------------+----------------+
700-
| XOR_SHIFT_1024_S | 0.39267 | 0.31503 | 0.23018 |
700+
| XOR_SHIFT_1024_S | 0.86013 | 0.30990 | 0.18612 |
701701
*--------------------------*----------------+----------------+----------------+
702702

703703

0 commit comments

Comments
 (0)