| Name: | rngdict - dictionary with random generator types
|
| Description: |
rngdict contains the random generator types available.
They can be used as arguments to CreateRNG.
- To see which RNGs are available in rngdict use:
rngdict info
- To extract one specific rng from the dictionary use:
rngdict /rngname get
- To make all models permanetly available type
rngdict begin
|
| SeeAlso: | CreateRNG |
| References: | GNU Scientific Library, http://www.gnu.org/software/gsl
|
| Remarks: | See librandom/random_numbers.cpp for implementation.
|
| Source: | /home/abuild/rpmbuild/BUILD/nest-2.4.1/lib/sli/librandom.sli
|