smrng 0.2.1

A simple command line tool for printing information about RNG loops and drop chances in Super Metroid
Documentation
1
2
3
4
5
pub use rng::Rng;

pub mod drops;
pub mod loop_analysis;
pub mod rng;