Codice PHP:
$array = array(10,21,33,43,12);
shuffle($array);
$rand array_shift($array);
echo 
$rand