The geometric distribution is an integer distribution, but the struct named Geometric implements Distribution<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