You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting. It would take some investigation. Maybe you could post a full program? I don't think sampling 1e6 normals should take even a second but maybe my intuition is incorrect.
Why
sampleState (replicateM 1000000 stdNormal :: RVar [Double]) g
much faster (<1 src vs ~20 secs) than
runRVar (replicateM 1000000 stdNormal :: RVar [Double]) StdRandom
?
The text was updated successfully, but these errors were encountered: