import numpy as np def random_array(length: int): return np.random.rand(length, 1)