Command:
ole.Random(from,to);
Syntax:
ole.Random(
int
from,
int
to);
Return:
int
Returns a random number within a specified range.
Example:
var no=ole.Random(0,100);
var newno=ole.Random(no,no+50);
See also: