rand-float 0.2.0

Techniques for converting streams of random bits into floating-point numbers distributed as a uniform real in the unit interval
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))]

pub mod badizadegan;
pub mod campbell;
pub mod cold;
pub mod division;
pub mod pekkizen;
pub mod sources;
pub mod uniform;