Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
SCREEN 9
|
||||
H=.5
|
||||
P=300
|
||||
FOR I=1 TO 9^6
|
||||
N=RND
|
||||
IF N > 2/3 THEN
|
||||
X=H+X*H:Y=Y*H
|
||||
ELSEIF N > 1/3 THEN
|
||||
X=H^2+X*H:Y=H+Y*H
|
||||
ELSE
|
||||
X=X*H:Y=Y*H
|
||||
END IF
|
||||
PSET(P-X*P,P-Y*P)
|
||||
NEXT
|
||||
Loading…
Add table
Add a link
Reference in a new issue