rusticg 1.0.1

Reverses possible internal seeds of an LCG using a system of inequalities on the output of random calls
Documentation
1
2
3
4
5
6
7
mod lcg;
pub use lcg::*;

mod parallel_iterator;
pub use parallel_iterator::*;

pub(crate) mod util;