Generate Normal Distribution
Write a function to generate N
samples from a normal distribution and plot the histogram. You may omit the plot to test your code.
.....
Loading editor
Write a function to generate N
samples from a normal distribution and plot the histogram. You may omit the plot to test your code.