diff -r 095e1e3692f7 -r 9105a5cf6535 examples/csma-multicast.cc --- a/examples/csma-multicast.cc Mon Mar 31 16:31:34 2008 -0700 +++ b/examples/csma-multicast.cc Mon Mar 31 17:48:21 2008 -0700 @@ -50,6 +50,11 @@ // LogComponentEnable ("CsmaMulticastExample", LOG_LEVEL_INFO); // + // Make the random number generators generate reproducible results. + // + RandomVariable::UseGlobalSeed (1, 1, 2, 3, 5, 8); + + // // Set up default values for the simulation. // // Select Ethernet II-style encapsulation (no LLC/Snap header)