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. | |||
2020-12-10 | fuzz: Link all targets once | MarcoFalke | |
2020-03-29 | tests: Add fuzzing harness for functions/classes in random.h | practicalswift | |