<!DOCTYPE html>
<html>
<body>

<?php
srand(mktime());
echo(rand());
?>


</body>
</html>