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