examples/wifi-wired-bridging.cc
changeset 3617 1fec65ceb523
parent 3616 660d3a0c40cd
child 3656 bf33e34f8cd0
--- a/examples/wifi-wired-bridging.cc	Thu Sep 04 10:08:02 2008 -0700
+++ b/examples/wifi-wired-bridging.cc	Thu Sep 04 10:34:42 2008 -0700
@@ -29,6 +29,9 @@
   uint32_t nWifis = 2;
   uint32_t nStas = 2;
   bool sendIp = true;
+
+  RandomVariable::UseGlobalSeed (1, 1, 2, 3, 5, 8);
+
   CommandLine cmd;
   cmd.AddValue ("nWifis", "Number of wifi networks", nWifis);
   cmd.AddValue ("nStas", "Number of stations per wifi network", nStas);