Closed TheJokr closed 1 month ago
I recently had a use case for Rng::fill, but had to instantiate a new Rng because the method isn't exposed from the crate's global one. All the other Rng methods are present in mod global_rng, so I figured it's an oversight.
Rng::fill
mod global_rng
Looks like rustsec/audit-check renamed their master branch to main, which makes the CI pipeline fail. I updated the reference and made it work again.
I recently had a use case for
Rng::fill
, but had to instantiate a new Rng because the method isn't exposed from the crate's global one. All the other Rng methods are present inmod global_rng
, so I figured it's an oversight.