summaryrefslogtreecommitdiff
path: root/utils.py
blob: a4f6cd38cdd17b5a220ba4a2d7ba4e2701dfe984 (plain)
1
2
3
4
import numpy as np

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