Can anyone help me out with a method to count repeaters on subsequent draws? Eg. Hit on row 3,4,5 in the same column = a triple.
I suppose I could run moving averages for 2, 3, 4, 5 games and pick out those that equal zero (I use zero to indicate a hit), but there must be a more elegant solution than that.
All suggestions appreciated
I suppose I could run moving averages for 2, 3, 4, 5 games and pick out those that equal zero (I use zero to indicate a hit), but there must be a more elegant solution than that.
All suggestions appreciated

Last edited: