[−][src]Trait rand::rngs::os::OsRngImpl
Required Methods
fn new() -> Result<Self, Error>
fn fill_chunk(&mut self, dest: &mut [u8]) -> Result<(), Error>
fn method_str(&self) -> &'static str
Provided Methods
fn test_initialized(
&mut self,
_dest: &mut [u8],
_blocking: bool
) -> Result<usize, Error>
&mut self,
_dest: &mut [u8],
_blocking: bool
) -> Result<usize, Error>