Code Art
Bloom
Bloom
Generative Art in Python
2023
About
This piece was created via Samila (a generative art package) in Python. Two functions produce results based on the uniform() method of the random package that returns a pseudo-random floating point number between -1 - 1 for functions 1 (f1) and 2 (f2). These floats are manipulated arithmetically (including through use of the sine and cosine functions) and are used to generate an image.
This piece was created via Samila (a generative art package) in Python. Two functions produce results based on the uniform() method of the random package that returns a pseudo-random floating point number between -1 - 1 for functions 1 (f1) and 2 (f2). These floats are manipulated arithmetically (including through use of the sine and cosine functions) and are used to generate an image.