I\'m looking for a way to generate a big random number with PHP, something like:
mt_rand($lower, $upper);
The closer I\'ve
Take your floor and and your random number in the range to it.
1225468798745475454898787465154 + rand(0, 6)