rust-random / rand

A Rust library for random number generation.
https://crates.io/crates/rand
Other
1.67k stars 431 forks source link

Re-introduce Rng::gen_iter #1305

Closed dhardy closed 1 year ago

dhardy commented 1 year ago

This was deprecated in #286, apparently due to the implementation. This does not re-use that implementation (or add any code, really).