I am doing a Plinko program and when you drop a chip in, it has a 50/50 shot at either going left or right(which correspond to numbers such as 3.5 or 4).
How would you make a 50/50 chance of something equal either a 3.5 or a 4? Then it goes to the next stop with another 50/50 shot. So I know a loop is involved but how to start it? Thanks!