We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c97dcca + d83e66f commit 8ee71aaCopy full SHA for 8ee71aa
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.3.1
2
+
3
+* Add missing `SplitGen` instance for `StateGen`: [#183](https://github.com/haskell/random/pull/183)
4
5
# 1.3.0
6
7
* Improve floating point value generation and avoid degenerate cases: [#172](https://github.com/haskell/random/pull/172)
random.cabal
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: random
-version: 1.3.0
+version: 1.3.1
license: BSD3
license-file: LICENSE
maintainer: [email protected]
0 commit comments