ashelleyPurdue/rust_prng
Learning Rust, decided to try and invent my own pseudorandom number generation algorithm. My initial idea was "why don't I just keep repeatedly hashing the last value?", and then it just grew from there. Is it secure? Of course not. I'm just having fun and learning a new language.
Rust
No issues in this repository yet.