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
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
The text was updated successfully, but these errors were encountered: