hakaru-dev / hakaru

A probabilistic programming language
BSD 3-Clause "New" or "Revised" License
310 stars 30 forks source link

Quick question : can you disclose the type of rng hakaru is using #209

Closed Xyncgas closed 1 year ago

Xyncgas commented 1 year ago

To compute samples using probability there's typically rng used so out of curiosity I wonder what is it

JacquesCarette commented 1 year ago

Haskell's System.Random.MWC from the mwc-random package. See https://hackage.haskell.org/package/mwc-random-0.15.0.2/docs/System-Random-MWC.html for more details.