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

m
(Task description thought)
Line 8:
1) Generate random pairs of integers and filter out those that don't satisfy this condition:
 
<math>10 \leq \sqrt{ x^2 + y^2 } \leq 15. </math>.
 
2) Precalculate the set of all possible points (there are 404 of them) and select randomly from this set.'
Anonymous user