rust/src/librand
Alex Crichton 02dab5a3e7 rand: Use fill() instead of read()
It's possible for a reader to have a short read, and there's no reason the task
should fail in this scenario. By using fill(), this has a stronger guarantee
that the buffer will get filled with data.
2014-03-22 08:57:58 -07:00
..
distributions
isaac.rs rename std::vec -> std::slice 2014-03-20 01:30:27 -04:00
lib.rs Register new snapshots 2014-03-20 11:02:26 -07:00
os.rs rand: Fix a bug acquiring a context on windows 2014-03-21 12:03:13 -07:00
rand_impls.rs
reader.rs rand: Use fill() instead of read() 2014-03-22 08:57:58 -07:00
reseeding.rs