Prova qualcosa di simile :

$num_cont = count($array_presentazione);

$n = rand(1, $num_cont);

echo $array_presentazione[$n];