summaryrefslogtreecommitdiff
path: root/src/lib/math
AgeCommit message (Expand)Author
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
2019-04-11Remove an extraneous _ from __COVERITY__Nick Mathewson
2019-03-26prob-distr: Some more comments about the initializers.George Kadianakis
2019-03-26prob-distr: Silence some coverity warnings.George Kadianakis
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-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
2018-07-01File-level documentation for some of src/lib.Nick Mathewson
2018-06-28Move floating-point math functions into a new lib/mathNick Mathewson