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
When passing in a specific algorithm type to the get_rng function, a
pointer to the `Option`-wrapped value was incorrectly being passed
in. The pointer should be to the `RngAlgorithmType` inside the `Option`
instead.
Fixes#446
0 commit comments