fn getRNG(self: *const RNGProtocol, algo: ?*const align(8) Guid, value_length: usize, value: [*]u8) Status
[src]
Produces and returns an RNG value using either the default or specified RNG algorithm.
fn getRNG(self: *const RNGProtocol, algo: ?*const align(8) Guid, value_length: usize, value: [*]u8) Status
Produces and returns an RNG value using either the default or specified RNG algorithm.