Outputs a random number in the [Min,Max) interval. Includes min value and excludes max value. I.e. Random(0,1), can get 0 and all numbers between 0 and 1, but not 1.