Get a list of bytes of arbitrary length.
@override Uint8List nextBytes(int count) => Uint8List.fromList(List.generate(count, (_) => nextUint8()));