import numpy as np

vector = np.random.uniform(0, 1, size=10)
print(vector)