Return a random floating point number N such that a <= N <= b for a <= b and b <= N <= a for b < a.
random.uniform(a, b)