⚠️ This is a fork of https://github.com/Zinggi/elm-random-general⚠️ We do not plan to continue general maintainance of the package and are only publishing it for the purpose of finishing our Elm 0.19 upgrade.
A library that provides convenient functions (generators) for creating random values.
The API is practically identical to elm's core Random
library, but allows usage of different random number generators (RNGs) as a base.
This means that you can experiment with different RNGs and chose the one most appropriate for your application.
For a full usage example, have a look at the implementation of Random.Pcg.Extended
.