get Random In Range
Return random double in given range
Parameters
start Interval
The starting value of the range
interval
The size of the interval, the maximum value is startInterval + interval.
Return random double in given range
The starting value of the range
The size of the interval, the maximum value is startInterval + interval.