Generates and returns random entropy.
List<int> generate() { return QuickCrypto.generateRandom(bitlen ~/ 8); }