Command: rngdict

NEST HelpDesk Command Index NEST Quick Reference
Name:
rngdict - dictionary with random generator type
Description:
rngdict contains the random generator types available.
They can be used as arguments to CreateRNG.
<ul>
<li> To see which RNGs are available in rngdict use:
rngdict info
<li> To extract one specific rng from the dictionary use:
rngdict /rngname get
<li> To make all models permanetly available type
<pre>
rngdict begin
</pre>
</ul>
Remarks:
See librandom/random_numbers.cpp for implementation.
References:
GNU Scientific Library, http://www.gnu.org/software/gsl
SeeAlso:
Source:
/var/www/debian/nest/nest-simulator-2.20.0/lib/sli/librandom.sli
NEST HelpDesk Command Index NEST Quick Reference

© 2004 The NEST Initiative