Two Way By Chance Sender
class TwoWayByChanceSender(bernoulliPicker: BernoulliVariable<QObjectReceiverIfc>) : ByChanceSender(source)
Allows a Bernoulli choice between two qObject receivers. Receives the incoming qObject and sends it two one of two receivers according to the Bernoulli picking process.