Expand description
Module providing random byte generation utilities.
Functionsยง
- rand_
bytes - Generates a
Vecof random bytes with a given length. - rand_
bytes_ array - Generates an array of random bytes of length N.
Module providing random byte generation utilities.
Vec of random bytes with a given length.