deltakit.decode.noise_sources.SequentialNoise.error_generator#

abstractmethod SequentialNoise.error_generator(code_data: CodeT, seed: int | None = None) Iterator[ErrorT]#

Given some representation of a code, return a generator of errors for that code.