Release 1.19.2
This is a bug-fix release with one fixed issue:
- Corrected
RDRAND
to retry on failures with pause between retries. Add a parameterretry
which allows the number of retries to be set. It defaults to the Intel recommended value of 10. Also sets an exception when the number of retries has been exhausted (very unlikely). See theRDRAND
docstring with unique considerations when usingRDRAND
that do not occur with deterministic PRNGs.