Expand description
A wrapper around any Read to treat it as an RNG.
Structs
An RNG that reads random bytes straight from a
Read
. This will
work best with an infinite reader, but this is not required.