haskell-numerics / random-fu

A suite of Haskell libraries for representing, manipulating, and sampling random variables
42 stars 21 forks source link

Running RVarT IO with seed? #41

Closed crclark closed 6 years ago

crclark commented 6 years ago

Is there a way to run an RVarT IO a value with a specified seed? I can't seem to find a way to do so.

crclark commented 6 years ago

Oops, found it in the random-source docs. For some reason :i RandomSource in ghci was only printing two instances, but there are many more.