
Colored Circle System
Generative art refers to art that in whole or in part has been created with the use of an autonomous system. An autonomous system in this context is generally one that is non-human and can independently determine features of an artwork that would otherwise
require decisions made directly by the artist. In some cases, the human creator may claim that the generative system represents their own artistic idea, and in others that the system takes on the role of the creator
Using the website, random.org, I was able to generate random bitmaps. According to the site, the "randomness" comes from atmospheric noise.
In computing, a bitmap is a mapping system from some domain (for example, a range of
integers) to bits, that is, values which are zero or one. It is also called a bit array or bitmap index. In computer graphics, when the domain is a rectangle (indexed by two coordinates), a bitmap gives a way to store a binary image, that is, an image in which
each pixel is either black or white (or any two colors).
I filled each block section with the randomly generated colors in their generated order, resulting in the Colored Bitmap System poster.