danyx23 / elm-uuid

Generate and parse UUIDs in Elm
BSD 3-Clause "New" or "Revised" License
48 stars 13 forks source link

Change Random.Pcg to Random.Pcg.Extended #12

Open Zinggi opened 6 years ago

Zinggi commented 6 years ago

This pull request addresses #10.

I might have gone a bit overboard by changing function names, documentation and no longer exposing Uuid.Barebones (the two functions there are now exposed from Uuid), but I think those changes improve the package overall.

If you don't want to merge this because of the invasive changes, I can also publish my own fork, whatever you prefer.

glasserc commented 5 years ago

Based on the discussion in #10, I guess this is probably not going to be merged, right? Should we close this?

danyx23 commented 5 years ago

Yes let's close this but we should add a note linking to your fork for people who need more randomness