nanorand 0.1.1

A tiny, fast, zero-dep library for random number generation.
Documentation
1
2
3
/// Implementation of the wyrand RNG algorithm.  
/// More details can be seen at https://github.com/wangyi-fudan/wyhash
pub mod wyrand;