Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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!!!!