<!DOCTYPE html>
<html>
<body>

<?php
mt_srand(mktime());
echo(mt_rand());
?>


</body>
</html>