Hello,
Despite the name random, the randomGenerator() method of ImageObject() yields the same result every time.
Minimal reproduction:
img = ImageObject()
img.randomGenerator((1000, 1000))
image(img, (0,0))
Is there a way to supply a seed parameter or perhaps instruct CoreImage to reinitialise to get a different result on each execution?
Thanks! :—)