After each level in the Galton board, each ball goes either left or right. To decide whether the ball goes to the left or to the right, I use the Rnd() function. The Rnd() function returns a value less than 0.5 with a 50% probability and a value greater than or equal to 0.5 aga...