Answer:
Uniform
Explanation:
The uniform is a standard library function in python that returns a random floating number withing a specified range of values. Floating numbers which are integer numbers separated by a dot or decimal point from the fractional part. It is part of the random module. it is implemented as
Because it is defined in the random module, random module needs to be imported for uniform to be available for use.
import random
random.uniform(lowest point or highest number, highest point or highest number)