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
We should allow a way to pass a numpy.random.Generator to a pyo3 function and use it on the Rust side by something requiring a rand::Rng by implementing rand::RngCore.
Uh oh!
There was an error while loading. Please reload this page.
We should allow a way to pass a
numpy.random.Generator
to a pyo3 function and use it on the Rust side by something requiring arand::Rng
by implementingrand::RngCore
.See
The text was updated successfully, but these errors were encountered: