blending mixer example

Submitted by huangdf on Sat, 01/19/2019 - 01:18

Hi,

I am running the blending mixer example, but failed. There is the error message . Please find the attached file.

Could you help me to solve this problem.

Thanks

AttachmentSize
PDF icon 1.pdf707.28 KB

mschramm | Thu, 01/24/2019 - 15:37

Hello
You need to go through the example input script and remove the random seeds that were given and replace them with new ones...
There use to be NO requirements for what numbers you could use to seed the random number generator.... but now all seeds must be
unique (cannot reuse random numbers you used previously in the same script), the seed value must be greater than 10000, and the number MUST be a prime number...

The error message tells you this and even gives some random numbers that you can use.

rohitch13 | Fri, 08/28/2020 - 07:21

Hi, I am facing the same problem. I changed seed value multiple times (>10000 and a prime number) but it's still giving me the same error. Any solution?

Thanks