EbTech / rust-algorithms

Common data structures and algorithms in Rust
MIT License
3.77k stars 220 forks source link

Add Xoshiro256++ random number generator #21

Closed ekzhang closed 3 years ago

ekzhang commented 3 years ago

This resolves #20 by adding a simple and fast PRNG algorithm.