We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97dcca commit d83e66fCopy full SHA for d83e66f
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: core-libraries-committee@haskell.org
0 commit comments