Retrieves random bytes from the system.
fn get_random(buf: &mut [u8]) -> Result<&mut [u8], Errno>
The buffer in which the bytes will be stored.
Returns an initial sequence of the slice that contains random bytes.