Uint8List nextBytes(int count) { return Uint8List.fromList(List.generate(count, (_) => nextUint8())); }