For any form that allows the numbers to be formatted in multiple columns, the numbers are generated on a per-row basis, not per-column. Hence, if you want to read them in the order they were generated, you should read them across. Since they’re random numbers, it doesn’t really matter whether you do it one way or the other, but you should pick one of the two ways and read that way consistently.