vose-alias 1.0.0

An implementation of the Vose Alias method to sample an element out of a list, given a discrete probablity distribution
Documentation
[dependencies.float-cmp]
version = "0.8.0"

[dependencies.rand]
version = "0.7.3"

[package]
authors = ["Jennifer Renoux <jennifer.renoux@oru.se>"]
categories = ["algorithms", "mathematics"]
description = "An implementation of the Vose Alias method to sample an element out of a list, given a discrete probablity distribution"
edition = "2018"
homepage = "https://github.com/jrenoux/vose-alias"
keywords = ["vose-alias", "sampling", "alias-method"]
license-file = "LICENSE"
name = "vose-alias"
readme = "README.md"
repository = "https://github.com/jrenoux/vose-alias"
version = "1.0.0"