INTRO HERE
np.random.choice()
function generate?
Mostly uses notes from Probability and Normal Distribution.
a = np.random.choice(np.arange(0,10),1000)
Mostly uses notes from MatplotLib: Python Plotting Library.
Notes are covered in MatplotLib: Python Plotting Library.