diff --git a/examples/first.py b/examples/first.py index af8c6f5ba..fbd823785 100644 --- a/examples/first.py +++ b/examples/first.py @@ -18,8 +18,6 @@ import ns3 ns3.LogComponentEnable("UdpEchoClientApplication", ns3.LOG_LEVEL_INFO) ns3.LogComponentEnable("UdpEchoServerApplication", ns3.LOG_LEVEL_INFO) -ns3.RandomVariable.UseGlobalSeed(1, 1, 2, 3, 5, 8) - nodes = ns3.NodeContainer() nodes.Create(2)