Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fix for CID 1444908
|
|
The environment variable TOR_TEST_RNG_SEED, if provided, is a hex
value for the RNG seed.
|
|
This should let us simplify test_prob_distr.c and other stuff in the
future.
|
|
|
|
|
|
|
|
|
|
We had this previously, but we did it differently in different
places. This implementation is pulled from test_prob_distr.c
|