`rand::RngCore` implementation for `numpy.random.Generator`
Opened this issue · 0 comments
flying-sheep commented
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.
See