Così?

Codice PHP:
$esclusi = array(1,2,3,4,5);

do { 
$numero=rand(115); } while (in_array($numero$esclusi));
echo 
$numero