Community Tip - You can change your system assigned username to something more personal in your community settings. X
I am plotting the histogram of the random numbers generated by the runif(n,0,1) function.
Even for big n the distribution I get is not uniform.
What is wrong?
thanks!
Solved! Go to Solution.
What is wrong?
Prime's autoscale. Look at the lowest value at the ordinate and change it to zero.
What is wrong?
Prime's autoscale. Look at the lowest value at the ordinate and change it to zero.
Thank you so much!!!!