Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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!!!!