Skip to content

Feature request: Implement Distribution<u64> for Geometric #300

@nielsle

Description

@nielsle

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions