stochastic_universal_sampling 1.1.1

The stochastic universal sampling algorithm for the rand crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
    name         = "stochastic_universal_sampling"
    version      = "1.1.1"
    edition      = "2021"
    rust-version = "1.66.1"
    description  = "The stochastic universal sampling algorithm for the rand crate."
    categories   = ["algorithms"]
    keywords     = ["random", "sampling"]
    authors      = ["David McDougall <dam1784@rit.edu>"]
    license      = "MIT-0"
    repository   = "https://github.com/ctrl-z-9000-times/stochastic_universal_sampling.git"

[lib]
    doctest = false

[dependencies]
    rand = ">= 0.8"