Module bytes

Module bytes 

Source
Expand description

Module providing random byte generation utilities.

Functionsยง

rand_bytes
Generates a Vec of random bytes with a given length.
rand_bytes_array
Generates an array of random bytes of length N.