# \#stablerng

**URL:** https://discourse.julialang.org/tag/stablerng/1236.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [StableRNG in Turing is not producing reproducible output](https://discourse.julialang.org/t/stablerng-in-turing-is-not-producing-reproducible-output/92032)

<div class="topic-metadata">

**Author:** [@Sourish](https://discourse.julialang.org/u/Sourish)\
**Replies:** 12\
**Last updated:** [December 23, 2022, 3:45pm UTC](https://discourse.julialang.org/t/stablerng-in-turing-is-not-producing-reproducible-output/92032 "2022-12-23T15:45:36Z")

</div>

Hi All: In the following code, we are using StableRNGs. However, the results are not reproducing. Can anybody help us? So that we can reproduce the results. using Turing, StableRNGs @model function example(x) m ~ …
