Skip to content

Commit 74d367c

Browse files
authored
Update README.md
1 parent cc40b16 commit 74d367c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JuliaBUGS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ model {
3535

3636
posterior = compile(model, (; N = 10, y = randn(10)))
3737

38-
chain = AbstractMCMC.sample(rng, posterior, JuliaBUGS.IndependentMH(), 1000)
38+
chain = AbstractMCMC.sample(Random.MersenneTwister(123), posterior, JuliaBUGS.IndependentMH(), 1000)
3939
```
4040

4141
For a complete walkthrough, see the [example](https://turinglang.org/JuliaBUGS.jl/stable/example).

0 commit comments

Comments
 (0)