Struct security_framework::random::SecRandom [] [src]

pub struct SecRandom(_);

A source of random data.

Methods

impl SecRandom
[src]

Fills the buffer with cryptographically secure random bytes.

Trait Implementations

impl Sync for SecRandom
[src]

impl Send for SecRandom
[src]

impl Default for SecRandom
[src]

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