FortunaRandom constructor

FortunaRandom()

Implementation

FortunaRandom() : _aes = AESEngine() {
  _prng = AutoSeedBlockCtrRandom(_aes, false);
}