[package] name = "vose-alias" version = "1.0.0" authors = ["Jennifer Renoux "] edition = "2018" description = "An implementation of the Vose Alias method to sample an element out of a list, given a discrete probablity distribution" license-file = "LICENSE" homepage = "https://github.com/jrenoux/vose-alias" repository = "https://github.com/jrenoux/vose-alias" readme = "README.md" keywords = ["vose-alias", "sampling", "alias-method"] categories = ["algorithms", "mathematics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] float-cmp = "0.8.0" rand = "0.7.3"