<?php
    $random = rand(1000000000, 9999999999);
    $hash = md5($random);
    echo "HASH_" . $hash . "_RANDOM_" . $random;
    ?>