Use new RNG and tinytest code to simplify prob_distr tests
[tor.git] / changes / ticket29732
blobbb72361c481222ea654f818dd5ffd0610373489d
1   o Minor features (testing):
2     - Tor's unit test code now contains a standard set of functions to
3       replace the PRNG with a deterministic or reproducible version for
4       testing. Previously, various tests implemented this in various ways.
5       Implements ticket 29732.