Skip to content

Release 1.19.2

Compare
Choose a tag to compare
@bashtage bashtage released this 13 Jul 13:58
8c24046

This is a bug-fix release with one fixed issue:

  • Corrected RDRAND to retry on failures with pause between retries. Add a parameter retry 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 the RDRAND docstring with unique considerations when using RDRAND that do not occur with deterministic PRNGs.