Type Alias SecRandomRef

Source
pub type SecRandomRef = *const __SecRandom;
Available on crate feature SecRandom only.
Expand description

Reference to a (pseudo) random number generator.

See also Apple’s documentation