I'm loading data into two different arrays from two different CSV files. I had considered loading them both together into a single array, but I need to select random values from both meaning I'd have to add additional functions to split up the two randomised selections. This would be simple enough if the number of entries were fixed, but they aren't.