NoRedInk/elm-random-pcg-extended - 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-pcg-extended ⚠️ 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.

Note

This is a fork, you probably want mgold/elm-random-pcg

Reason of existance

I created this version of the Random library to get more bits of randomness for a random password generator. For this purpose, I created Random.Pcg.Extended, which Implements the extended version of PCG.

In the process of doing this, I made the Random library more general, e.g. with Random.General it is now possible to use your own RNG as a base generator.


Original readme:

Random.Pcg for Elm

"The generation of random numbers is too important to be left to chance." – Robert R. Coveyou

An alternate random number generator built around four principles:

This is an implementation of PCG by M. E. O'Neil. The generator is not cryptographically secure.

Please report bugs, feature requests, and other issues on GitHub.

Changelog (major versions only)

5.0.0

4.0.0

3.0.0

2.0.0