codice:
$temp=rand(1,100);
if ($condizione == true)
     $temp=rand(50,100);
echo $temp;