975976977978979980981982983984985
return; if (other_it.hasNext()) try { EntropySource src = (EntropySource) other_it.next(); byte[] buf = src.nextBytes(); if (pool == null) return; pool.addRandomBytes(buf, 0, buf.length); pool.addQuality(src.quality()); if (Configuration.DEBUG)