So I'm pretty sure that there is either something wrong with my code, or the Width and Height are swapped around in the C2 Engine.
I want to populate an array that is 8x5x1 with random numbers. The code looks good to me, but you can see in the debugger it is not the case. It seems to execute the first 5 right, then goes to the next Y and continue from the previous X position.
If anyone can help, it would be greatly appreciated.
LINK