Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Using random seed
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Wed, 3 Mar 2021 19:09:55 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=gatech.edu; dmarc=pass action=none header.from=gatech.edu; dkim=pass header.d=gatech.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=DC1B/aivIpKX4cstFg/rjFohf6AxagfF8PhykW0P2Mk=; b=mtpXnx3GGUbnuWSDiS3Adoh8cdgfNYUg0tQFN/y5UTPEl1e9wX5dGIYdb7A16wJmHpaTpor8X2AjMyvwP9s6N7SYM5BHWSe5ES+2iFq2zFkbVn8XWXEZHsYE0JNOyx0x8GtEFcrFQzF2+mLHswxl6pEM67CQO359/l/Z4mvcCf8CgGThCgjb50oYtQF5jB7eDW6gNRusRU0q680CKI2KmNzZgF34zWmo8d8ioiXC70UjkVyRmVPTW43zm6T6MM76xG/pCHjw6rp2cOuPumDDSXp4Fa8SKijRc6q4KUIiNeMDs5/6RdqiZEIepFRnV16EOOqsnrZqnQ1WFQVpVkphkQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=g95N3UNljeKN0gdotXkUoheFP1dFHNJQEEyAoC1K05zrFQ+pWdnFYGPIx7UuJ9o4BqMvEsczlvTdLZxbAkIzrzxY3Wqlqeq/fdEGnt2Sttw5tYfYPdgCUH0u0TdVUuX3a+pindDnr0kwZ+D9Ii+MacoOG8jPLnJ/5tfgxqEzYbQfk1vfV6b9Ldsk0p5LcqXL5IRFWpJKq62cADDd2XH39J0tVSpIBDGArUdsNZ3PI4OcGZp+qAynbrqFQOhSJac2nPDcjMuaHKud9eKXj9tX0iGdfAveVQyaUKf26kn/sWqhaWByTc8B/2B6KTLxgz/U/kW0hH0dcg+ExYyndQhZ2A==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXEEP6vsYpTeW54UuTcBfn/mVAng==
  • Thread-topic: Using random seed

Hello,

I've been working on using random seed and had some questions. I'm having trouble seeing the difference between before and after I assigned a random seed value.
I attached a screenshot of my sumocfg file just in case my syntax is incorrect.
  1. How is sigma different than speedDev?
  2. According to this link (https://sumo.dlr.de/docs/Simulation/Randomness.html#random_number_generation_rng), I should be seeing randomness in loading vehicles. 
    To my understanding, I should expect to see randomness in the following two areas: (1) the entry time when vehicles enter the scenario should be different and (2) the sequence in vehicle type in vTypeDistribution should be different.

    However, I am not seeing any difference in the vehicles' entry time or the sequence in vehicle type in vTypeDistribution. But I am seeing randomness in speed (tested with only one vehicle also). So I think the random seed is in effect. I'm just not sure why I am not seeing randomness in the two areas mentioned above.
Thank you so much for the help!

Attachment: sumocfg.PNG
Description: sumocfg.PNG


Back to the top