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
About a month ago I started implementing the PCG extension mechanism in a repository where I compare small RNG's. But when I realized how complex it was it did not seem like a good fit.
About a month ago I started implementing the PCG extension mechanism in a repository where I compare small RNG's. But when I realized how complex it was it did not seem like a good fit.
I you are still interested in working on the extension mechanism, it may be a good starting point:
https://github.com/pitdicker/small-rngs/blob/master/src/pcg_ext.rs
And an overview of how I think it is supposed to work: dhardy/rand#52 (comment)
The text was updated successfully, but these errors were encountered: