![]() |
NEURON
|
#include <nrnconf.h>Go to the source code of this file.
Functions | |
| void | mcell_ran4_init (uint32_t) |
| double | mcell_ran4 (uint32_t *high, double *x, unsigned int n, double range) |
| double | mcell_ran4a (uint32_t *idx1) |
| uint32_t | mcell_iran4 (uint32_t *idx1) |
| double | nrnRan4dbl (uint32_t *idx1, uint32_t idx2) |
| uint32_t | nrnRan4int (uint32_t *idx1, uint32_t idx2) |
| uint32_t mcell_iran4 | ( | uint32_t * | idx1 | ) |
Definition at line 69 of file mcran4.cpp.
| double mcell_ran4 | ( | uint32_t * | high, |
| double * | x, | ||
| unsigned int | n, | ||
| double | range | ||
| ) |
Definition at line 57 of file mcran4.cpp.
| void mcell_ran4_init | ( | uint32_t | low | ) |
Definition at line 53 of file mcran4.cpp.
| double mcell_ran4a | ( | uint32_t * | idx1 | ) |
Definition at line 65 of file mcran4.cpp.
| double nrnRan4dbl | ( | uint32_t * | idx1, |
| uint32_t | idx2 | ||
| ) |
Definition at line 162 of file mcran4.cpp.
| uint32_t nrnRan4int | ( | uint32_t * | idx1, |
| uint32_t | idx2 | ||
| ) |
Definition at line 107 of file mcran4.cpp.