Hi all, I have been trying to make TOSSIM runs reproducible. Apparently the following Python code does not achieve that:
t = Tossim([]) t.randomSeed(33947) # arbitrary seed Maybe it's obvious, but I don't know what I'm missing. This is starkly different from OMNeT++ where nothing needs to be done for the simulations to be reproducible. Hope to get some tips from the experts. Thank you in anticipation. Regards, Yee Wei
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
