IDAT210 – The Art Machine

We have been set a small programming task which involves writing a program to come up with artistic ideas. We initially decided to tackle it by using a system to load a text into an array, then select a number of random elements from it. With normal text however the high probability of getting a words such as ‘the’, ‘a’ and ‘to’ in normal text makes this approach messy. Another way is to forgo using texts and using a pure dictionary method instead that is only capable of selecting multiple random entries from a limited ‘world’.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.