- Build with ghc-8.4
- Fix byte array bugs in System.Random.PCG.Pure
- Added System.Random.PCG.Pure module.
- Added System.Random.PCG.Fast.Pure module.
- Added
withFrozen
function.
- Use entropy package for system random generator.
- Allow primitive-0.6.
-
Add uniformB, a function to generate a bounded random number in [0,b) range. This preforms significantly faster than uniformR (0,b-1).
-
Add type specific versions for uniformR and uniformB.
- Fix bug when dealing with
Word
andInt
types.