[dependencies.rand]
version = ">= 0.8"
[lib]
doctest = false
name = "stochastic_universal_sampling"
path = "src/lib.rs"
[package]
authors = ["David McDougall <dam1784@rit.edu>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms"]
description = "The stochastic universal sampling algorithm for the rand crate."
edition = "2021"
keywords = ["random", "sampling"]
license = "MIT-0"
name = "stochastic_universal_sampling"
readme = "README.md"
repository = "https://github.com/ctrl-z-9000-times/stochastic_universal_sampling.git"
rust-version = "1.66.1"
version = "1.0.1"