sdr.BinaryErasureChannel(p: float, seed: int | None = None) Creates a new binary erasure channel (BEC). Parameters:¶ p: float¶The erasure probability \(p\) of the BEC channel. seed: int | None = None¶The seed for the random number generator. This is passed to numpy.random.default_rng().