![]() |
GeNN
2.2.3
GPU enhanced Neuronal Networks (GeNN)
|
Header file containing global variables and macros used in running the HHVClamp/VClampGA model. More...
#include <cassert>#include <cuda_runtime.h>#include "hr_time.h"#include "stringUtils.h"#include "utils.h"#include "HHVClamp.cc"#include "HHVClamp_CODE/definitions.h"#include "randomGen.h"#include "gauss.h"#include "helper.h"#include "GA.cc"Go to the source code of this file.
Macros | |
| #define | RAND(Y, X) Y = Y * 1103515245 +12345;X= (unsigned int)(Y >> 16) & 32767 |
Variables | |
| randomGen | R |
| randomGauss | RG |
| CStopWatch | timer |
Header file containing global variables and macros used in running the HHVClamp/VClampGA model.
| #define RAND | ( | Y, | |
| X | |||
| ) | Y = Y * 1103515245 +12345;X= (unsigned int)(Y >> 16) & 32767 |
| randomGauss RG |
| CStopWatch timer |