import numpy as np np.random.normal() np.random.normal(size=4) np.random.uniform(size=4) np.random.randint(low=1, high=100, size=4)