rand-float 0.1.2

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 pekkizen;
pub mod sources;
pub mod standard;
pub mod uniform;