What is a suitable algorithm that can be used to generate random, but likely humanly distinguishable, graphic square icons?
Icons, from 57x57 up to 1024 square, such as used for mobile apps, preferably using something like Core Graphics commands/operations? (or an equivalent)
I tried filling square bitmaps with rand()
, but they all look like mud, very hard to distinguish between by sight.