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
..
2014-03-20 01:30:27 -04:00
2014-03-20 11:02:26 -07:00
2014-03-22 08:57:58 -07:00