aboutsummaryrefslogtreecommitdiff
path: root/src/test/rng_test_helpers.h
AgeCommit message (Collapse)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-05-15Make testing_disable_reproducible_rng() log seed on test failureNick Mathewson
This should let us simplify test_prob_distr.c and other stuff in the future.
2019-04-30Add a testing PRNG replacement that returns canned data.Nick Mathewson
2019-04-30Add support for deterministic override of crypto_rand() in testsNick Mathewson
We had this previously, but we did it differently in different places. This implementation is pulled from test_prob_distr.c