Function

get-insecure-random-bytes

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.

get-insecure-random-bytes: func(len: u64) -> list​<u8>;