|
|
Home Page Download Models Community Models Extensions User Manual:![]() Web version![]() Printable version![]() Chinese version FAQ Resources Contact Us |
ExtensionsThese sample extensions demonstrate NetLogo's extensions facility, which allows NetLogo's capabilities to be extended from Java (and other JVM languages). For more information see the Extensions section of the NetLogo User Manual. We strongly encourage extension authors to share their extensions with the NetLogo user community. (Even if your extension is not completely finished or documented, it may be still be useful to others.) Please E-mail your extension to us at feedback@ccl.northwestern.edu and we will add it here. for NetLogo 4.1Bundled extensionsThe Java or Scala source code for the Array, Table, GoGo, Profiler, Sound, GIS, Bitmap, QTJ, Sample, and Sample-Scala extensions is included with NetLogo 4.1. Look in the extensions directory of your NetLogo installation. Community extensionsThese extensions are contributions from the user community and are not included with NetLogo. These extensions are authored by the individual contributor and are not checked by the CCL staff. Random Number Generators (by Adam MacKenzie)Have broadened the scope of Dr. O'Sullivan's "Multiple Random Number Generator", and it now includes all of the core Netlogo probability distributions, as well as Negative Binomial and Beta distributions. Usage is as follows:
Probability distribution declarations are below. A random number generator must be created with the rngs:set-seed command prior to use below.
Download: rngs extension for NetLogo 4.1 for NetLogo 4.0See separate page. Note that 4.0 extensions don't work with 4.1 (unless they are recompiled for 4.1).
|