aboutsummaryrefslogtreecommitdiff
path: root/src/bench/random.cpp
AgeCommit message (Collapse)Author
2024-07-06random: drop ad-hoc Shuffle in favor of std::shufflePieter 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-06bench random: benchmark more functions, and add InsecureRandomContextPieter Wuille
Also rename the benchmark names to match the operation names
2024-07-05random bench refactor: move to new bench/random.cppPieter Wuille