1 unstable release
0.1.0 | Jun 1, 2019 |
---|
12KB
264 lines
stochastic-data-structures
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.
Dependencies
~580KB