aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/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.
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-03-29tests: Add fuzzing harness for functions/classes in random.hpracticalswift