randomPoison / gunship-rs

An experimental game engine written in Rust.
MIT License
27 stars 3 forks source link

Add Random Number Generation #24

Open randomPoison opened 9 years ago

randomPoison commented 9 years ago

Add a library for lightweight random number generation. The focus should be on low performance cost and ease of use. Crypographic soundness isn't important, though the RNGshould be fairly robust in terms of not being obviously biased to a human observer.

Note that this is only meant to be a first pass, the solution doesn't have to be particularly robust. Future usage and iteration will serve to flesh it out more.