Math Php

echo "getrandmax() = " . getrandmax() . "\n";
echo "mt_getrandmax() = " . mt_getrandmax() . "\n";
?>