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