0; $i--){ $rnd = mt_rand(0, $i); $shuffled[$i] = $arr[$rnd]; $shuffled[$rand] = $arr[$i]; } return $shuffled; } }