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.
1 parent cc40b16 commit 74d367cCopy full SHA for 74d367c
JuliaBUGS/README.md
@@ -35,7 +35,7 @@ model {
35
36
posterior = compile(model, (; N = 10, y = randn(10)))
37
38
-chain = AbstractMCMC.sample(rng, posterior, JuliaBUGS.IndependentMH(), 1000)
+chain = AbstractMCMC.sample(Random.MersenneTwister(123), posterior, JuliaBUGS.IndependentMH(), 1000)
39
```
40
41
For a complete walkthrough, see the [example](https://turinglang.org/JuliaBUGS.jl/stable/example).
0 commit comments