06.02.2018, 18:47
Hey @Private2000, in what way or where would the "randomEx" be used?
or this:
or this:
Код:
stock minrand (min, max) // By Alex "******" Cole { return random (max - min) + min; }