Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.6 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.6 KB

stochastic-data-structures

travis-ci.com 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.