Struct noise_protocol::rand::RandomOS [] [src]

pub struct RandomOS { /* fields omitted */ }

A random number generator that retrieves randomness straight from the operating system.

Trait Implementations

impl Default for RandomOS
[src]

Returns the "default value" for a type. Read more

impl RandomGen for RandomOS
[src]

Fill a mutable slice with random bytes.