Constrained random points on a circle: Difference between revisions

Line 1,014:
=={{header|FreeBASIC}}==
Pre calculate and plot 100 points to the console
<lang FreeBASIC>'Free Basic version .9
<lang freebasic>
 
'Free Basic version .9
 
#define Intrange(f,l) int(Rnd*(((l)+1)-(f))+(f))
Anonymous user