I'm still confused on the title? It says ransom number generators? are you getting violent on use now?? hahahah.
PHP has a random number generator, it's easy to use too....
Really you could have it rand(100000,10000000000000000000) and make some complex numbers really and if you wanted a pattern, it'd be hard to detect with a 1000 digit number
PHP has a random number generator, it's easy to use too....
PHP:
<?
$myvar = rand(1,10);
echo $myvar ?>
Really you could have it rand(100000,10000000000000000000) and make some complex numbers really and if you wanted a pattern, it'd be hard to detect with a 1000 digit number