with:
import numpy as np array = get_array()
I need to do the following thing:
for i in range(len(array)): if random.un
Perhaps this will help you to move on.