Parameter change does not effect on simulation results
I am working on a simulator which generates wsn topologies, the old version of the simulator generates only 1 bridge networks and new version has parameter to set number of bridges 1 or 2. The problem when I was running the new version, I was getting the results only with 2 bridge parameter no matter what I set to the parameter. And I replaced files with old version, and run the code and after getting 1 bridge results put the new version classes back. Now when I run the code I keep getting 1 bridge results even if I set the parameter as 2 bridges. The simulator works with seed and duration, and seed is "1", I heard that there are possibilities to have late results for parameter changes thanks to seed . But I wrap the main method in a loop and run the simulation 1000 times, result did not change. What can cause this problem? and is there any sollution recommended?