Chaos game: Difference between revisions

m (→‎{{header|F Sharp}}: Regularize header markup to recommended on category page)
Line 720:
[https://easylang.online/apps/_chaos-game.html Run it]
 
<lang>set_colorcolor 900
x[] = [ 0 100 50 ]
y[] = [ 93 93 7 ]
Line 726:
y = randomf * 100
for i range 100000
move_penmove x y
draw_rectrect 0.3 0.3
h = random 3
x = (x + x[h]) / 2
1,983

edits