| Name: | rdevdict - dictionary with random deviate generator types
|
| Description: |
rdevdict contains the random deviate generators available.
Deviate generators can be used to draw random numbers with,
e.g., normal or binomial distributions.
- To see which RDVs are available in rdevdict use:
rdevdict info
- To extract one specific rdv from the dictionary use:
rdevdict /rdvname get
- To make all deviates permanetly available type
rdevdict begin
|
| SeeAlso: | CreateRDV Random RandomArray |
| 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
|