commit 48e1ab17204944e6197002dfa3d3d0c8a08184dc parent 730dddc3806f904b4328f4e9281d370c65522c30 Author: Nick Mathewson <nickm@torproject.org> Date: Mon, 18 Mar 2019 12:50:35 -0400 Changes file for 29732. Diffstat:
| A | changes/ticket29732 | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/changes/ticket29732 b/changes/ticket29732 @@ -0,0 +1,5 @@ + o Minor features (testing): + - Tor's unit test code now contains a standard set of functions to + replace the PRNG with a deterministic or reproducible version for + testing. Previously, various tests implemented this in various ways. + Implements ticket 29732.