haskell-numerics / random-fu

A suite of Haskell libraries for representing, manipulating, and sampling random variables
42 stars 21 forks source link

Real master #65

Closed idontgetoutmuch closed 3 years ago

idontgetoutmuch commented 3 years ago

This should revert all the mess and keep the PureMT module (https://github.com/haskell-numerics/random-fu/issues/62). @adamConnerSax I have invited you to become a member of the group so I can add you as reviewer.

adamConnerSax commented 3 years ago

Thanks! Accepted the invite. Happy to help!

int-e commented 3 years ago

For reference, the reverts restore the state after 397a115a5f71fbeade29f2a1bc0af1304171d1df.

int-e commented 3 years ago

I have a couple more ideas here...

idontgetoutmuch commented 3 years ago

I have a couple more ideas here...

* maybe squash the reverts into a single commit that mentions the state it reverts to ([397a115](https://github.com/haskell-numerics/random-fu/commit/397a115a5f71fbeade29f2a1bc0af1304171d1df))

* we can deprecate random-fu 0.2.7.6 and random-source 0.3.0.10 on Hackage to reduce potential confusion

* unrelated to this, random-source has a partial changelog in the package description, that doesn't look like the right place (on the other hand, random-fu has a changelog.md file)

Great ideas - please go ahead with them if you have time - let me know if you need any permissions