Gerando string aleatória no php usando a função uniqid ()

<?php 
$result = uniqid(); 
echo "Hello from Softhunt.net";

echo $result;
?>
Outrageous Ostrich