splitmix v0.0.3 Release Notes

Release Date: 2019-07-30 // over 4 years ago
    • ➕ 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).