RandomNumberGenerator.nextBytes

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()

  1. ByteSource nextBytes()
  2. ByteSource nextBytes(int numBytes)
    interface RandomNumberGenerator
    nextBytes
    ()

Meta