RandomGen package:crypto-api

A class of random bit generators that allows for the possibility of failure, reseeding, providing entropy at the same time as requesting bytes Minimum complete definition: newGen, genSeedLength, genBytes, reseed, reseedInfo, reseedPeriod.