Closed dhardy closed 8 months ago
Nightly builds fail due to zerocopy (https://github.com/google/zerocopy/issues/844).
Probably a good idea to leave this PR open a little longer anyway in case anyone has concerns about the removal of automatic reseed-on-fork.
cc @tarcieri @briansmith
No further comments, so I'll merge now.
In case @tarcieri @briansmith or others have concerns, we still have the option to revert before 0.9.
See also #1362 #1377 CC @thomcc
Remove integrated fork protection.
Add
ThreadRng::reseed
and doc to suggest calling this on fork.Make
ReseedingRng::reseed
also clear the random value cache.