![]() |
NEURON
|
#include <cstdint>Go to the source code of this file.
Functions | |
| double | mcell_lowindex () |
| void | mcell_ran4_init (uint32_t) |
| double | mcell_ran4 (uint32_t *idx1, 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 71 of file mcran4.cpp.
| double mcell_lowindex | ( | ) |
Definition at line 51 of file mcran4.cpp.
| double mcell_ran4 | ( | uint32_t * | idx1, |
| double * | x, | ||
| unsigned int | n, | ||
| double | range | ||
| ) |
Definition at line 59 of file mcran4.cpp.
| void mcell_ran4_init | ( | uint32_t | low | ) |
Definition at line 55 of file mcran4.cpp.
| double mcell_ran4a | ( | uint32_t * | idx1 | ) |
Definition at line 67 of file mcran4.cpp.
| double nrnRan4dbl | ( | uint32_t * | idx1, |
| uint32_t | idx2 | ||
| ) |
Definition at line 117 of file mcran4.cpp.
| uint32_t nrnRan4int | ( | uint32_t * | idx1, |
| uint32_t | idx2 | ||
| ) |
Definition at line 75 of file mcran4.cpp.