Jump to content

Barnsley fern: Difference between revisions

m
Line 2,021:
=={{header|Nim}}==
<syntaxhighlight lang="nim">
import nimPNG, std/random
 
randomize()
Line 2,069:
 
for i in 1..iterations:
var r = randomrand(101)
var nx, ny: float
if r <= 85:
1

edit

Cookies help us deliver our services. By using our services, you agree to our use of cookies.