Constrained random points on a circle: Difference between revisions

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


</pre>
</pre>



=={{header|Go}}==
=={{header|Go}}==