Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-06 | random: drop ad-hoc Shuffle in favor of std::shuffle | Pieter Wuille | |
Benchmarks show it is no longer faster with modern standard C++ libraries, and the debug-mode failure due to self-move has been fixed as well. | |||
2024-07-06 | bench random: benchmark more functions, and add InsecureRandomContext | Pieter Wuille | |
Also rename the benchmark names to match the operation names | |||
2024-07-05 | random bench refactor: move to new bench/random.cpp | Pieter Wuille | |