Initializes this PRNG, preparing it for use. Throws an
IllegalArgumentException
if the given attributes are not appropriate for this PRNG algorithm.
Returns the next pseudo-random byte in this generator's sequence. Throws a
LimitReachedException
if this generator cannot produce any more bytes of any quality.