Module rand::rngs::adapter::read

source ·
Expand description

A wrapper around any Read to treat it as an RNG.

Structs

  • ReadErrorDeprecated
    ReadRng error type
  • ReadRngDeprecated
    An RNG that reads random bytes straight from any type supporting std::io::Read, for example files.