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
8
mod java_calls;
pub use java_calls::*;

mod java_random_reverser;

/// An implementation of Java's Random.<br>
/// Used internally and in the example.
pub mod java_random;