python_numpy_random_float.py:
x
 
from numpy import random
x = random.rand()
print(x)