Let's say I have an ICE tree where each particle is paired with a second particle, and the second with the first, both by ID attribute. I need to build a logic structure where, if one particle is True, its paired particle is False. And it needs to be randomly distributed through the cloud.
Does anyone have a logic solution for this, preferably one that does not require a repeat loop? -B

