rust/src/libstd/rand
Huon Wilson e6fb622af1 std::rand: wrappers for floats from [0,1] and (0,1).
Provide `Closed01` and `Open01` that generate directly from the
closed/open intervals from 0 to 1, in contrast to the plain impls for
f32 and f64 which generate the half-open [0,1).

Fixes #7755.
2013-11-18 23:12:01 +11:00
..
distributions std::rand: wrappers for floats from [0,1] and (0,1). 2013-11-18 23:12:01 +11:00
isaac.rs auto merge of #9810 : huonw/rust/rand3, r=alexcrichton 2013-10-23 08:31:21 -07:00
mod.rs std::rand: wrappers for floats from [0,1] and (0,1). 2013-11-18 23:12:01 +11:00
os.rs Move std::rt::io to std::io 2013-11-11 20:44:07 -08:00
rand_impls.rs std::rand: wrappers for floats from [0,1] and (0,1). 2013-11-18 23:12:01 +11:00
reader.rs Move std::rt::io to std::io 2013-11-11 20:44:07 -08:00
reseeding.rs Fix infinite recursion in fill_bytes() 2013-10-31 21:19:47 -05:00