Hi all So, I'm considering my options for randomly sorting an array. _arraySort can sort ascending/descending. I would have to utilize the random function. Except that continuously choosing random numbers between the array max and min seems to be a poor way of doing it. Does anyone have a thought on how to accomplish this? Picea