Numéro de génération de PHP

<?php
echo (rand(10, 30) . "<br>");
echo (rand(1, 1000000) . "<br>");
echo (rand());
?>
Zaini_Nijar