Lines Matching full:shuffle
70 use List::Util 'shuffle';2581 # Shuffle the array2582 @testsToRun = shuffle(@testsToRun) if $randomizeTests;