about summary refs log tree commit diff homepage
path: root/unittests/RNG/RNGTest.cpp
AgeCommit message (Collapse)Author
2023-04-20remove unused rng adaptor functionsDaniel Schemmel
2020-07-30introduce --rng-initial-seed=<unsigned>Frank Busse
* move global theRNG into Executor * pass theRNG via ctor to searchers * remove some type warnings from RNG.cpp Fixes #1023.