Function wasi::random::insecure::get_insecure_random_bytes

source ·
pub fn get_insecure_random_bytes(len: u64) -> Vec<u8> 
Expand description

Return len insecure pseudo-random bytes.

This function is not cryptographically secure. Do not use it for anything related to security.

There are no requirements on the values of the returned bytes, however implementations are encouraged to return evenly distributed values with a long period.