As Seth said, this is a forum for creating new NetLogo extensions for 
NetLogo, not for answering questions about how to use them.  It sounds like 
you're using the NW extension in your model, so the netlogo-users group 
would be a better place for your question:  
https://groups.google.com/g/netlogo-users  
<https://groups.google.com/g/netlogo-users>

But to answer what you asked, the NW extension uses a random number 
generator provided by NetLogo, so setting the NetLogo seed with 
`random-seed` should also affect NW: 
https://ccl.northwestern.edu/netlogo/docs/dictionary.html#random-seed.  

It is best practice for extensions to do it this way, to ensure 
reproducibility of model runs and to easily allow model authors to control 
the seed.

-Jeremy

On Tuesday, September 22, 2020 at 9:35:12 AM UTC-5 miju...@gmail.com wrote:

> Is there a way to control the random number seed when using the nw 
> extension (or any extension)?  Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/netlogo-devel/d9b30db2-594c-4774-a6e1-71b484c7ed76n%40googlegroups.com.

Reply via email to