makexu93
4/7/2019 - 5:03 PM

Generate random numbers in Python with numpy

import numpy as np
rand_nr = np.random.normal(size=500)