Constrained random points on a circle: Difference between revisions

Content added Content deleted
Line 1,014: Line 1,014:
=={{header|FreeBASIC}}==
=={{header|FreeBASIC}}==
Pre calculate and plot 100 points to the console
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))
#define Intrange(f,l) int(Rnd*(((l)+1)-(f))+(f))