Go to the source code of this file.
Functions | |
void * | nrnisaac_new () |
void | nrnisaac_delete (void *rng) |
void | nrnisaac_init (void *rng, unsigned long int seed) |
double | nrnisaac_dbl_pick (void *rng) |
u_int32_t | nrnisaac_uint32_pick (void *rng) |
double nrnisaac_dbl_pick | ( | void * | rng | ) |
References isaac64_dbl32, and x.
Referenced by Isaac64::asDouble().
Referenced by Isaac64::~Isaac64().
References isaac64_init().
Referenced by Isaac64::reset().
void* nrnisaac_new | ( | ) |
u_int32_t nrnisaac_uint32_pick | ( | void * | rng | ) |
References isaac64_uint32, and x.
Referenced by Isaac64::asLong().