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
707: Update rand to 0.7, rand_xorshift to 0.2 r=cuviper a=silwol
There are some method calls which require a mutable reference to the
RNG instance. I chose to create the instance and then immediately create
a reference to it which is then used within this scope. If you know a better
solution, feel free to adjust accordingly.
Co-authored-by: Wolfgang Silbermayr <wolfgang@silbermayr.at>
0 commit comments