[][src]Trait rand::rngs::entropy::EntropySource

trait EntropySource {
    fn new_and_fill(dest: &mut [u8]) -> Result<Self, Error>
    where
        Self: Sized
;
fn fill(&mut self, dest: &mut [u8]) -> Result<(), Error>; fn is_supported() -> bool { ... } }

Required Methods

Provided Methods

Implementors

impl EntropySource for Jitter
[src]

impl EntropySource for NoSource
[src]

impl EntropySource for Os
[src]