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