function list = randSort(list) list = list( randperm(numel(list)) ); end