After studying the GEN table functions, I’ve noticed that some of them produce tables with interleaved values (ie. Table[0] = xValue, Table[1] = yValue, etc.).
I guess my question is how common is this interleaved data used? I’ve am working with fractal data of two or more dimensions, and currently I’m using separate tables for each dimension. Is there some benefit that I’m not seeing to having the data mixed into one table? Or should I just remain blissfully unaware of these things and continue to keep the data separate?