@@ -300,13 +300,13 @@ <h2 id="speed">Speed</h2>
300
300
the same time, an apparently yet unreported bug in the original ziggurat
301
301
algorithm which seems to have propagated to many implementations was fixed (see
302
302
comments in the
303
- < a href ="https://github.com/sbarral/etf-cpp/benchmark/ziggurat_normal.hpp "> source code</ a > ).
303
+ < a href ="https://github.com/sbarral/etf-cpp/blob/master/ benchmark/ziggurat_normal.hpp "> source code</ a > ).
304
304
The original ziggurat algorithm is also benchmarked as a sanity check to make
305
305
sure that the speed of the corrected and precision-generic algorithm remains
306
306
comparable.</ p >
307
307
308
308
< p > The
309
- < a href ="https://github.com/sbarral/etf-cpp/benchmark/etf_normal.hpp "> ETF implementation</ a >
309
+ < a href ="https://github.com/sbarral/etf-cpp/blob/master/ benchmark/etf_normal.hpp "> ETF implementation</ a >
310
310
reflects most of the feature of the corrected ziggurat implementation but is
311
311
additionally generic over the number of bits < em > N</ em > of the table index whereas the
312
312
ziggurat was hardcoded with < em > N</ em > =7. In order to compare apples to apples, all
@@ -317,7 +317,7 @@ <h2 id="speed">Speed</h2>
317
317
with the 64-bit MT19937 (for < em > W</ em > =64) of the C++ standard library as RNG.
318
318
Each of the reported timing is an average over 1000 tests.
319
319
Feel free to contribute your timings using the
320
- < a href ="https://github.com/sbarral/etf-cpp/benchmark/timing.cpp "> benchmarking code</ a > .</ p >
320
+ < a href ="https://github.com/sbarral/etf-cpp/blob/master/ benchmark/timing.cpp "> benchmarking code</ a > .</ p >
321
321
322
322
< table >
323
323
< thead >
@@ -405,7 +405,7 @@ <h2 id="conclusion">Conclusion</h2>
405
405
406
406
< h2 id ="todo "> Todo</ h2 >
407
407
408
- < p > Hopefully a Rust implementation will follow soon .</ p >
408
+ < p > Hopefully a Rust implementation will follow. Maybe. One day .</ p >
409
409
410
410
< p > Contributors for ports to other languages are very welcome.</ p >
411
411
@@ -428,7 +428,7 @@ <h2 id="references">References</h2>
428
428
429
429
</ article >
430
430
< footer >
431
- < p > Serge BARRAL │ Last updated: 10 OCT 2016 </ p >
431
+ < p > Serge BARRAL │ Last updated: February 12, 2018 </ p >
432
432
</ footer >
433
433
434
434
</ div >
0 commit comments