stochastic-data-structures

Crates.iostochastic-data-structures
lib.rsstochastic-data-structures
version0.1.0
sourcesrc
created_at2019-06-01 22:16:26.812377
updated_at2019-06-01 22:16:26.812377
descriptionVarious stochastic datastructures implemented
homepagehttps://github.com/Jasper-Bekkers/stochastic-data-structures
repositoryhttps://github.com/Jasper-Bekkers/stochastic-data-structures
max_upload_size
id138390
size11,239
Jasper Bekkers (Jasper-Bekkers)

documentation

https://docs.rs/stochastic-data-structures

README

stochastic-data-structures

Latest version Documentation MIT

Various stochastic datastructures implemented

Reference papers:

Optimal data structures for stochastic driven simulations https://arxiv.org/pdf/1802.02379v1.pdf

Cutpoint method: http://www.dtic.mil/dtic/tr/fulltext/u2/a111967.pdf

Alias / Vos method: https://web.archive.org/web/20131029203736/http://web.eecs.utk.edu/~vose/Publications/random.pdf

Usage

Add this to your Cargo.toml:

[dependencies]
stochastic-data-structures = "0.1.0"

License

Licensed under MIT license (http://opensource.org/licenses/MIT)

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, shall be licensed as above, without any additional terms or conditions.

Contributions are always welcome; please look at the issue tracker to see what known improvements are documented.

Commit count: 19

cargo fmt