Generates a byte array of the specified length filled with random data.
@param numBytes the number of bytes to be populated with random data. @return a byte array of the specified length filled with random data. @see #nextBytes()
See Implementation
Generates a byte array of the specified length filled with random data.
@param numBytes the number of bytes to be populated with random data. @return a byte array of the specified length filled with random data. @see #nextBytes()