#include <../../nrnconf.h>
#include <section.h>
#include <parse.hpp>
#include <nrnran123.h>
#include <classreg.h>
#include <gui-redirect.h>
Go to the source code of this file.
◆ dmaxuint
#define dmaxuint 4294967295. |
◆ get_ids()
static Object** get_ids |
( |
void * |
v | ) |
|
|
static |
◆ get_seq()
static double get_seq |
( |
void * |
v | ) |
|
|
static |
◆ nmodlrandom_cons()
static void* nmodlrandom_cons |
( |
Object * |
| ) |
|
|
static |
◆ nmodlrandom_destruct()
static void nmodlrandom_destruct |
( |
void * |
v | ) |
|
|
static |
◆ NMODLRandom_reg()
◆ set_ids()
static Object** set_ids |
( |
void * |
v | ) |
|
|
static |
◆ set_seq()
static Object** set_seq |
( |
void * |
v | ) |
|
|
static |
◆ uniform()
static double uniform |
( |
void * |
v | ) |
|
|
static |
◆ members
Member_func members[] = {{"get_seq", get_seq}, {"uniform", uniform}, {nullptr, nullptr}} |
|
static |
◆ nmodlrandom_sym
◆ retobj_members
Initial value:
{nullptr, nullptr}}
static Object ** set_seq(void *v)
static Object ** get_ids(void *v)
static Object ** set_ids(void *v)
Definition at line 87 of file nmodlrandom.cpp.