Hi,
I want to create a predictable plasma in Magick++ using seed, but the seed options is not available as far as I can see, are there any alternative options I can use, or must the seed option be added to Magick++?
Seed in Magick++?
Re: Seed in Magick++?
In the next release of ImageMagick (6.9.1-4) you can use the new method SetRandomSeed. For now you will have to use 'MagickCore::SetRandomSecretKey'
Re: Seed in Magick++?
Great
Thanks for your reply.
Thanks for your reply.