rand-failure-modes 265 B

12345
  1. o Minor features (unit tests, random number generation):
  2. - Add unit tests that check for common RNG failure modes, such as
  3. returning all zeroes, identical values, or incrementing values
  4. (OpenSSL's rand_predictable feature).
  5. Patch by "teor".