entropy_epoch
unsigned epoch = entropy_epoch();
if (__predict_false(prng->arc4_epoch != entropy_epoch()))
if (__predict_false(cprng->epoch != entropy_epoch()))
unsigned epoch = entropy_epoch();
cprng->epoch = entropy_epoch();
epoch = entropy_epoch();
entropy_epoch() == (unsigned)-1)) {
unsigned entropy_epoch(void);