Hi Tiago, Maybe initializing the simulation with a different random seed would solve your issue: https://sumo.dlr.de/docs/Simulation/Randomness.html
Andras ________________________________ Feladó: [email protected] <[email protected]>, meghatalmazó: Tiago Silva <[email protected]> Elküldve: 2020. október 21., szerda 15:14 Címzett: Sumo project User discussions <[email protected]> Tárgy: [sumo-user] Different probability flows between simulations hello, I'm generating a flow of vehicles with probability='0.3' as seen in the code below: <flow id='flow_2' color="0,0,1" begin='0' end='4500' probability='0.3' type='vehicleType_1'> <route edges='5to1 1to3'/> </flow> It works correctly and generates the random flows I need during the simulation. However, I noticed that if I execute the simulation again it will generate the same random flow as the previous execution. Can you tell me if this is the expected behavior of random flow? I need to generate different flows in each simulation execution. Is there any way to do this? Thanks in advance! -- Att. Tiago Alves Silva ________________________________ This e-mail and any files transmitted with it contain confidential and may contain privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized use, copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
_______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
