- Improve performance with multiple capabilities.
- Use the entropy package instead of DRBG.
- Better selection strategy for picking generators from the pool.
- Drop support for GHC < 8.8
- Fix a space leak in randomBytesIO.
- Use a buffered generator.
- Remove modulo bias from randomRIO.
- Improve performance of randomString.
- Add support for a pool of generators for less contention.
- GHC-8.8 support (MonadFail) and ghc 8.10.1 support.
- Added a 'MonadError' instance for 'CryptoRNGT'.
- Dropped support for GHC 7.8 and 7.10.
- Removed a redundant constraint that led to build failures with GHC 8.0.2.
- First version. Released on an unsuspecting world.