// and there in insufficient randomness, throw an exception.
if (! interrupted && blocking && quality < 100.0)
{
if (Configuration.DEBUG)
log.fine("insufficient quality: " + quality);
throw new LimitReachedException("insufficient randomness was polled");
}
}
}