Constrained random points on a circle: Difference between revisions

(→‎{{header|Ruby}}: add algorithm 2:)
Line 1,012:
* * ** *
*</pre>
=={{header|freebasicfreeBASIC}}==
Pre calculate and plot 100 points to the console
<lang freebasic>
Line 1,103:
 
</pre>
 
 
=={{header|Go}}==
Anonymous user