Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Assigning Random Seed in SUMO
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Thu, 25 Feb 2021 20:35:31 +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=dE+wbb9u6Y/GZSWPF/SzSbt7xyAop3TEM2k+TeaEAyE=; b=jyIQDFncW1BT9hHRsOOk+Uf+yHnDtgq9baT9ji3cQME5gjy8MijYu5O3wciPCLZ4dUYOObIIvI5YMeNoAuQZtJ8YP2rEFLEi8mZYW0xkYsnYDdih6bYuvRyy9HdFK75x46bJTu8k2zeNZZREwivDscW/473xynU12Ed+QwbvB4mI+R0Mh9b704ja4cwSNVxOJqjnLtUk5zvaWgn7QPP6nRTKYAgvwbLoI6kl1nmYjcb1brfu+VBJlEU6ZjqQzri9Fpeo7F+wJ/DAhXLii8JIDTr+2fuQHbpK1u7s54ouextUSF62mDTFsyyf8BbuNaWYwt++7b5zX0vIVy2sC3bA8A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=U0Nxf3AXs1gFyiU/jrEXKipGxNxaymVHtvqux++Ym320zAE1cKaJDu87G5pMV6IQ9vBooxSr0pga6PmcId096vUx4ZLPheyvyup2BOqpSGjbxGx2rCej7ZpUFooBWwvEnKY9un2N7wBvIThCirY/Ov6gfHpMiVnjN0yL2Os0ZHw8SzZHjThkiserBEo6CyixmDwI1dJ/6TqtWHs+jmYIKHpD1G9yFn/eyL+D9TYbVHM9Z0noqcXa731gVj6SDJfDldeT+ClxXtUMKAB7VaCRUfqP4XOpy4IGNQaobBbjAl3fcxPggwYAHflKK5rcGT9Her0QE9dkOR0R/zCdc2S/NQ==
  • 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: AQHXC7U8FTMBmRkGi0OEMillJDCoLA==
  • Thread-topic: Assigning Random Seed in SUMO

Hello,

Reading this link (https://sumo.dlr.de/docs/Simulation/Randomness.html#random_number_generation_rng), it seems like I can assign my own random seed using
--seed but I'm still not sure where (in which file) I would specify this. Would it be the sumocfg file? 

And would this affect all four aspects listed on the above link? The aspects are the following.


Or would I assign random seed to a particular aspect which I wish to randomize?

Thanks,


Back to the top