Skip to main content

randombytes_buf

Function randombytes_buf 

Source
pub fn randombytes_buf(len: usize) -> Vec<u8> 
Expand description

Provides random data up to len from the OS’s random number generator.

§Panics

Panics if the operating system’s random number generator fails.