Skip to content

Inspired from a Numberphile video, this is a fractal generator I made using numpy and matplotlib back in Dec 2020. It leverages the pseudorandom integers generated by randint to produce a very famous pattern called a fractal.

Notifications You must be signed in to change notification settings

DataGhost4B3/random-int-fractal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

random-int-fractal

fractal.py is the Python source code for generating a fractal of a regular unit polygon by a user-defined number of iterations.

algorithm.md contains the algorithm used to generate the fractal.

pseudocode_fl.md contains a pseudocode algorithm to generate a necessary array which is to be used in the main algorithm.

About

Inspired from a Numberphile video, this is a fractal generator I made using numpy and matplotlib back in Dec 2020. It leverages the pseudorandom integers generated by randint to produce a very famous pattern called a fractal.

Resources

Stars

Watchers

Forks

Languages