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