Changelog ========= Version 0.1.3.0 --------------- *Nov 20, 2021* * Fixed builds for *random-1.2* * Fixed warnings for *base-4.11* * Added support for new *System.Random.Stateful* instances for *random* library Version 0.1.2.1 --------------- *Apr 21, 2018* * Forgot to export *System.Random.OneLiner*! Version 0.1.2.0 --------------- *Apr 20, 2018* * Generic instances for `Random` from the *random* package. Version 0.1.1.0 --------------- *Feb 5, 2018* * Newtype instances actually didn't work before! They do now :) * Added generic implementations and newtypes for `Bounded`, `Ord`, and `Eq`. * Some aggressive inlining in all modules. * Added clarification and comparisons to other libraries to README Version 0.1.0.0 --------------- *Feb 3, 2018* **Deprecated** * Initial release