Re: [ns] randomizing runs

2009-09-27 Thread Teerawat Issariyakul
Hi Abu, By default, NS2 is deterministic. If you would like to run NS2 in randomized scenarios, you need to execute $defaultRNG seed n prior to $ns run, where n is an integer. If n is zero, NS2 will use the current time and counter as a seed for random number generator. By default, n is set

[ns] randomizing runs

2009-09-18 Thread abu shahriar
Hi all, I am in trouble with randomizing ns run by seeding defaultRNG or ns-random. Can anyone help me about how to randomize runs? I am using a wired network topology. Thanks. --Shahriar