I have a while loop with a shift register and some random #
generators. I don't want the table(2d array of strings) to contain two
random numbers in a row that are the same. For example
1,2,1,2,3,0,1 is fine but 1,2,2,0,2,1 is not because I have two 2's in
a row. Attached is what I have so far in LabVIEW 7.0 Thanks