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.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.
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.