Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. 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!!!!