sdr.Channel.reset(seed: int | None = None) Resets the channel with a new seed. Parameters:¶ seed: int | None = None¶The seed for the random number generator. This is passed to numpy.random.default_rng().