[−][src]Trait rand::rngs::entropy::EntropySource
Required Methods
fn new_and_fill(dest: &mut [u8]) -> Result<Self, Error> where
Self: Sized,
Self: Sized,
fn fill(&mut self, dest: &mut [u8]) -> Result<(), Error>
Provided Methods
fn is_supported() -> bool
Implementors
impl EntropySource for Jitter
[src]
impl EntropySource for Jitter
fn new_and_fill(dest: &mut [u8]) -> Result<Self, Error>
[src]
fn new_and_fill(dest: &mut [u8]) -> Result<Self, Error>
fn fill(&mut self, dest: &mut [u8]) -> Result<(), Error>
[src]
fn fill(&mut self, dest: &mut [u8]) -> Result<(), Error>
fn is_supported() -> bool
[src]
fn is_supported() -> bool
impl EntropySource for NoSource
[src]
impl EntropySource for NoSource
fn new_and_fill(dest: &mut [u8]) -> Result<Self, Error>
[src]
fn new_and_fill(dest: &mut [u8]) -> Result<Self, Error>
fn fill(&mut self, dest: &mut [u8]) -> Result<(), Error>
[src]
fn fill(&mut self, dest: &mut [u8]) -> Result<(), Error>
fn is_supported() -> bool
[src]
fn is_supported() -> bool
impl EntropySource for Os
[src]
impl EntropySource for Os