We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6ad35 commit 724bc6eCopy full SHA for 724bc6e
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 1.3.2
2
+
3
+* Fix `setStdGen` not being threadsafe: [#190](https://github.com/haskell/random/pull/190)
4
+* Make `getStdRandom` lazy in the value being generated: [#190](https://github.com/haskell/random/pull/190)
5
6
# 1.3.1
7
8
* Add missing `SplitGen` instance for `StateGen`: [#183](https://github.com/haskell/random/pull/183)
random.cabal
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: random
-version: 1.3.1
+version: 1.3.2
license: BSD3
license-file: LICENSE
maintainer: core-libraries-committee@haskell.org
0 commit comments