aboutsummaryrefslogtreecommitdiff
path: root/src/lib/math/prob_distr.c
AgeCommit message (Expand)Author
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-12-20Run "make autostyle"teor
2019-11-07Rename probability distribution names to end with "_t".Nick Mathewson
2019-11-07Make all our struct names end with "_t".Nick Mathewson
2019-10-16Doxygen: fix unrecognized commands.Nick Mathewson
2019-03-22circpad/prob_distr: Use crypto_fast_rng() instead of the old RNG.George Kadianakis
2019-03-13prob_distr: Better document our public API.George Kadianakis
2019-03-13prob_distr: Implement type-safe downcasting functions.George Kadianakis
2019-01-16Bump copyright date to 2019Nick Mathewson
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