Go to file
_ a438c2ee15 update SEO stuff 2025-04-07 21:26:45 -05:00
cpp Rust implementation of PRNS 2025-04-07 21:06:00 -05:00
src mark as no-std 2025-04-07 21:10:22 -05:00
.gitignore Rust implementation of PRNS 2025-04-07 21:06:00 -05:00
Cargo.lock bump to 1.0 2025-04-07 21:08:13 -05:00
Cargo.toml update SEO stuff 2025-04-07 21:26:45 -05:00
README.md Rust implementation of PRNS 2025-04-07 21:06:00 -05:00

README.md

A Rust implementation of the PRNS pseudo-random number generator.

NOT cryptographically secure. Generates about 600,000 u64s per millisecond on a single thread of a 7th-gen Intel Core i5.