All Versions
7
Latest Version
0.1
Avg Release Cycle
101 days
Latest Release
1429 days ago

Changelog History

  • v0.1 Changes

    May 28, 2020
  • v0.1.0.1 Changes

    • โž• Add INLINEABLE pragmas to bitmaskWithRejection* functions
    • ๐Ÿ‘Œ Support GHC-9.0
  • v0.0.5 Changes

    May 28, 2020
    • โž• Add nextInteger
    • ๐Ÿ‘‰ Use smaller range in bitmaskWithRejection32 and 64, when upper bound is 2n - 1. This changes generated values when they were on the boundary.
  • v0.0.4 Changes

    February 24, 2020
    • โž• Add bitmaskWithRejection32' and bitmaskWithRejection64' which generate numbers in closed range [0, n]. Unticked variants generate in closed-open range [0, n).
  • v0.0.3 Changes

    July 30, 2019
    • โž• Add System.Random.SplitMix32 module
    • โž• Add bitmaskWithRejection32 and bitmaskWithRejection64 functions
    • โž• Add nextWord32, nextTwoWord32 and nextFloat
    • โž• Add random flag, dropping dependency on random (breaks things, e.g. QuickCheck, when disabled).
  • v0.0.2 Changes

    • ๐Ÿ‘Œ Support back to GHC-7.0
    • โž• Add Read SMGen instance
  • v0.0.1 Changes

    May 16, 2018