macro_rules! rand_bytes {
($rng:expr, $len:expr) => { ... };
}
Expand description
Generate a vector of random bytes with the provided length using the
provided Random (VRD)
struct
macro_rules! rand_bytes {
($rng:expr, $len:expr) => { ... };
}
Generate a vector of random bytes with the provided length using the
provided Random (VRD)
struct