Anybody have any suggestion to make a logic gate that has one input and three outputs? ie: 0 in, 0, 1, 2 out. (Note: Only one of the outputs is selected)
Basically I have 1 input. I send spark through that input, and it has a random chance of hitting any one of three outputs, but only one of the outputs. Does not have to be one gate though, it can be a chain. I just need the probability of hitting one of the three outcomes to be 1/3.
@Racer-Delux(View Post) I think that means you need "true", "false" and another value which is most commonly "0". Not sure how to replicate this in tpt though...
Yep, pretty much. In theory it has to be possible (how else could a computer do a similar thing) I know its not possible with just one switch, but a chain should do the trick.
I am, as you have said, stuck on how to make that.