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
Add this to your Cargo.toml
:
[dependencies]
stochastic-data-structures = "0.1.0"
Licensed under MIT license (http://opensource.org/licenses/MIT)
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.