examples/csma-ping.cc
changeset 4218 debf1a8a96d3
parent 3821 9ea825f066a2
child 4225 f1d873a81159
--- a/examples/csma-ping.cc	Tue Dec 30 11:35:31 2008 -0800
+++ b/examples/csma-ping.cc	Tue Jan 13 17:15:44 2009 -0500
@@ -59,7 +59,8 @@
   //
   // Make the random number generators generate reproducible results.
   //
-  RandomVariable::UseGlobalSeed (1, 1, 2, 3, 5, 8);
+  uint32_t seed[6] = {1, 1, 2, 3, 5, 8};
+  SeedManager::SetSeed(seed);
 
   CommandLine cmd;
   cmd.Parse (argc, argv);