uemobility.SetPositionAllocator ("ns3::RandomRectanglePositionAllocator",
"X", StringValue ("ns3::UniformRandomVariable[Min=0|Max=500.0]"),
"Y", StringValue ("ns3::UniformRandomVariable[Min=0.0|Max=500.0]"));
but every time I run the simulation I get the same position.
eg. Every time I run the simulation, the first 2 nodes always have the following coordinates
x=470.743, y=183.2, z=0
x=376.579, y=230.287, z=0
What should I use to get different positions each time I run a simulation?