examples/wifi-wired-bridging.cc
changeset 4218 debf1a8a96d3
parent 3974 66afcfdff6a7
child 4225 f1d873a81159
--- a/examples/wifi-wired-bridging.cc	Tue Dec 30 11:35:31 2008 -0800
+++ b/examples/wifi-wired-bridging.cc	Tue Jan 13 17:15:44 2009 -0500
@@ -63,7 +63,8 @@
   uint32_t nStas = 2;
   bool sendIp = true;
 
-  RandomVariable::UseGlobalSeed (1, 1, 2, 3, 5, 8);
+  uint32_t seed[6] = {1, 1, 2, 3, 5, 8};
+  SeedManager::SetSeed(seed);
 
   CommandLine cmd;
   cmd.AddValue ("nWifis", "Number of wifi networks", nWifis);