<!DOCTYPE html>
<html>
<body>

<?php
echo lcg_value();
echo "<br>";
echo lcg_value();
?>


</body>
</html>