public byte[] generateSeed (int numBytes)

Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself. This call may be used to seed other random number generators.

Parameters:
numBytes    the number of seed bytes to generate.

Returns:  the seed bytes.