You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parallel implementation of PixelImage.buffer causes undeterministic calculation of image values of functions used to create the image contain side-effects, e.g. a random image. The order of execution is random. We should fix this implementation to be serial and maybe add a further explicitly parallel version for users knowing they wont have side-effects.
The text was updated successfully, but these errors were encountered:
The parallel implementation of
PixelImage.buffer
causes undeterministic calculation of image values of functions used to create the image contain side-effects, e.g. a random image. The order of execution is random. We should fix this implementation to be serial and maybe add a further explicitly parallel version for users knowing they wont have side-effects.The text was updated successfully, but these errors were encountered: