17.04.2015, 17:04
Function
Usage
My method seems to be better but correct me if I'm wrong.
PHP код:
stock randomEx(min, max)
{
//Credits to ******
new rand = random(max-min)+min;
return rand;
}
PHP код:
RandomEx(1620000000, 1630000000);