This crate implements the Distribution trait for the discrete normal distribution.
Usage
use DiscreteNormal;
use Distribution;
let d = new;
let v = d.sample;
println!
Acknowledgements
Karney, C. (2016). Sampling Exactly from the Normal Distribution. ACM Transactions on Mathematical Software, 42(1), 1–14.