I am trying to create an array which inludes random gaussion distribution elements with mean = 0, standard deviation = 1 and size= 20. The corresponding python line is as follows:
np.random.normal(0, 1, 20)
I cannot do it in c++. Can you help pls? Thanks in advance