Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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!!!!