Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.25 KB

stochest

A testing framework for stochastical/randomized algorithms

The goal of this crate is to provide a simple proc-macro, #[stochest], which provides infrastructure to test randomized algorithms and systems.

The main goal of this crate for now is to provide for the needs of the unhindered-ec project, which this is a part of. (See here for more information on that).

Although if you wish to use this project for another purpose, and features for that are missing, contributions are always welcome :) Feel free to open a issue to discuss your Idea before spending a bunch of time on creating your pr.

License

Licensed under either of

at your option.

See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.