Changelog for random-bytestring-0.1.2
0.1.2
-
Add support for PCG as PRNG in addition to MWC.
The module
Data.ByteString.Random.PCG
uses PCG. The moduleData.ByteString.Random.MWC
uses MWC. The moduleData.ByteString.Random
uses MWC for backward compatibility. -
Support usage of custom PRNGs through the type class
RandomWords
and the functiongenerate
in the moduleData.ByteString.Random.Internal
. -
Add some benchmark results to package description
0.1.1
- Support for GHC-8.2.1 and Cabal-2.0
0.1.0
- In the implementation of
random
, usewithSystemGen
that seeds the PRNG from the system randomness source.
0.0.1
- First public release