I have a csv file with 500+ rows. I am building out my tests and am looking for a way to randomly select a row from the csv file. Right now it is always going in the same order. I am using a runner to build the tests. How can I acomplish something like this?