Closed nielsle closed 2 months ago
If you want it from crates.io, I'm the holdup for the release, wanting to get in the last major chunk of breaking changes we know about in this one. If you'd like to implement something that better handles low probability, that would be welcome!
The geometric distribution is an integer distribution, but the struct named
Geometric
implementsDistribution<f64>
.It would be great to implement
Distribution<u64>
as well.Links for reference: https://docs.rs/statrs/latest/statrs/distribution/struct.Geometric.html https://rust-random.github.io/rand/rand_distr/struct.Geometric.html