Source Code:
(back to article)
<?php // Generate a pseudo-random number using the lcg_value() function $random_number = lcg_value(); // Output the random number echo $random_number; ?>
Result:
Report an issue