Create a BytesMut buffer and fill with random data.
This does not generate cryptographically secure RNGs. Do NOT use this to generate keys,
except for unit tests.
Create a vector of specific size with uninitialized data.
This should only be used if the vector will be
immediately filled from a subsequent operation.