Talk:Constrained random points on a circle: Difference between revisions

m
(→‎Uniform distribution: some math to demonstrate the bias)
Line 103:
</pre>
 
Here you can see that the number of points near top/bottom is greater than that for left/right sides of the plot. For this particular case, the simplest way to check for the bias is to count the number of points where abs(y) > abs(x) (this effectively partitions the plot using 45 degree lines) -- for my "bad" code I see a ratio (over multiple runs) of 5554:4546 in favor of the top/bottom quadrants over left/right. Counted another way, 79% of random seeds result in a plot with more top/bottom points than left/right.
Anonymous user