author | Tom Henderson <tomh@tomh.org> |
Sun, 26 Jul 2009 07:25:19 -0700 | |
changeset 4694 | 6cd5056a8fe0 |
parent 4693 | ca8cbdd42786 |
child 4695 | 637b9cacd0b5 |
examples/first.py | file | annotate | diff | comparison | revisions |
--- a/examples/first.py Fri Jul 24 07:04:29 2009 -0700 +++ b/examples/first.py Sun Jul 26 07:25:19 2009 -0700 @@ -18,8 +18,6 @@ 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)