NoRedInk/elm-random-general - version: 1.0.0

for more information visit the package's GitHub page

Package contains the following modules:

⚠️ 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.

Random.General

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.

Usage

For a full usage example, have a look at the implementation of Random.Pcg.Extended.