Dear all,
in a previous version of NEST I used to set the RNG seeds like this:
nest.SetKernelStatus({'grng_seed' : value_grngseed}) nest.SetKernelStatus({'rng_seeds' : value_rngseed)})
I already found in newer NEST versions I can set the RNG seed like:
nest.rng_seed = value_rngseed
Is there also a possibility to set the Global RNG seed 'grng' with newer NEST versions?
Thanks!
Benedikt
Dear Benedikt,
From NEST 3.0, there is only a single random seed in NEST, which is then used to seed all other RNGs (global, per thread). This single seed takes the role of the "master seed" used in NEST 2 examples on randomization, but uses a more sophisticated way of generating the individual seeds.
See
https://github.com/nest/nest-simulator/pull/1549 https://github.com/nest/nest-simulator/issues/1440
for background.
Best, Hans Ekkehard
--
Prof. Dr. Hans Ekkehard Plesser Head, Department of Data Science
Faculty of Science and Technology Norwegian University of Life Sciences PO Box 5003, 1432 Aas, Norway
Phone +47 6723 1560 Email hans.ekkehard.plesser@nmbu.no Home http://arken.nmbu.no/~plesser
On 04/12/2021, 18:34, "Benedikt Feldotto" feldotto@in.tum.de wrote:
Dear all,
in a previous version of NEST I used to set the RNG seeds like this:
nest.SetKernelStatus({'grng_seed' : value_grngseed}) nest.SetKernelStatus({'rng_seeds' : value_rngseed)})
I already found in newer NEST versions I can set the RNG seed like:
nest.rng_seed = value_rngseed
Is there also a possibility to set the Global RNG seed 'grng' with newer NEST versions?
Thanks!
Benedikt
-- Benedikt Feldotto M.Sc. Research Assistant
Human Brain Project - Neurorobotics
Technical University of Munich Department of Informatics Chair of Robotics, Artificial Intelligence and Real-Time Systems
Room HB 2.02.20 Parkring 13 D-85748 Garching b. München
Tel.: +49 89 289 17628 Mail: feldotto@in.tum.de
https://www6.in.tum.de/en/people/benedikt-feldotto-msc/ www.neurorobotics.net
Dear Hans,
thank you very much for your answer!
Best,
Benedikt
On 06.12.21 08:33, Hans Ekkehard Plesser wrote:
Dear Benedikt,
From NEST 3.0, there is only a single random seed in NEST, which is then used to seed all other RNGs (global, per thread). This single seed takes the role of the "master seed" used in NEST 2 examples on randomization, but uses a more sophisticated way of generating the individual seeds.
See
https://github.com/nest/nest-simulator/pull/1549 https://github.com/nest/nest-simulator/issues/1440
for background.
Best, Hans Ekkehard
--
Prof. Dr. Hans Ekkehard Plesser Head, Department of Data Science
Faculty of Science and Technology Norwegian University of Life Sciences PO Box 5003, 1432 Aas, Norway
Phone +47 6723 1560 Email hans.ekkehard.plesser@nmbu.no Home http://arken.nmbu.no/~plesser
On 04/12/2021, 18:34, "Benedikt Feldotto" feldotto@in.tum.de wrote:
Dear all, in a previous version of NEST I used to set the RNG seeds like this: nest.SetKernelStatus({'grng_seed' : value_grngseed}) nest.SetKernelStatus({'rng_seeds' : value_rngseed)}) I already found in newer NEST versions I can set the RNG seed like: nest.rng_seed = value_rngseed Is there also a possibility to set the Global RNG seed 'grng' with newer NEST versions? Thanks! Benedikt -- Benedikt Feldotto M.Sc. Research Assistant Human Brain Project - Neurorobotics Technical University of Munich Department of Informatics Chair of Robotics, Artificial Intelligence and Real-Time Systems Room HB 2.02.20 Parkring 13 D-85748 Garching b. München Tel.: +49 89 289 17628 Mail: feldotto@in.tum.de https://www6.in.tum.de/en/people/benedikt-feldotto-msc/ www.neurorobotics.net
NEST Users mailing list -- users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.org