i am running "2" switches with fit01(rand($F),0,4) but they NOT running independently of each other they are running in parallel how can I fix this please

   1818   2   1
User Avatar
Member
91 posts
Joined: Oct. 2015
Offline
i am running “2” switches with fit01(rand($F),0,4) but they NOT running independently of each other they are running in parallel how can I fix this please

please see file.

Attachments:
upload.hipnc (99.3 KB)

User Avatar
Member
2034 posts
Joined: Sept. 2015
Online
They are running independantly.

The reason they give the same results is because you are giving them both the same seed values for your rand function.

Change the seed values for one of them to say something like:

fit01((rand($F * 2.4)),0,4)

Or however way you want.
User Avatar
Member
91 posts
Joined: Oct. 2015
Offline
thank you BabaJ i understand now.
  • Quick Links