aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_prob_distr.c
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-11-12Fix typos.Samanta Navarro
2020-07-13Bug 31812: Change http URL's to httpsJeremyRand
2020-02-06prob_distr: use "clang-format off" to avoid wide lines for URLsNick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-11-07Rename probability distribution names to end with "_t".Nick Mathewson
2019-05-15Use new RNG and tinytest code to simplify prob_distr testsNick Mathewson
2019-04-30Update test_prob_distr to use new reproducible RNG override codeNick Mathewson
2019-03-22prob-distr: Decrease false positive rate of stochastic tests.George Kadianakis
2019-01-17Better failure message on stochastic test failuretor-0.4.0.1-alphaNick Mathewson
2019-01-17Speed up the deterministic prng in test_prob_distr, by a lot.Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-11Add some more type checking.Taylor R Campbell
2019-01-11Use the distribution abstraction as an abstraction.Taylor R Campbell
2019-01-11Move ceil call back into the geometric sampler.Taylor R Campbell
2019-01-10Rename crypto_rand_uint32() -> crypto_rand_u32()George Kadianakis
2019-01-02Implement and test probability distributions used by WTF-PAD.George Kadianakis