rand-float 0.1.1

A comparison of techniques for generating uniform random floating-point numbers in the unit interval from streams of random bits
Documentation
1
2
3
4
5
6
7
8
#![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;