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.

Parameters

self: *const RNGProtocol,
algo: ?*const align(8) Guid,
value_length: usize,
value: [*]u8,