10.11.2016, 01:34
Hello.
Try this.
PHP код:
stock randomEx(minnum = cellmin, maxnum = cellmax) return random(maxnum - minnum + 1) + minnum;