![]() |
GeNN
1.1
GPU enhanced Neuronal Networks (GeNN)
|
#include <cassert>#include "hr_time.cpp"#include "utils.h"#include <cuda_runtime.h>#include "HHVClamp.cc"#include "HHVClamp_CODE/runner.cc"#include "../../../lib/include/numlib/randomGen.h"#include "../../../lib/include/numlib/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 |
| double | t = 0.0f |
| unsigned int | iT = 0 |
| CStopWatch | timer |
| #define RAND | ( | Y, | |
| X | |||
| ) | Y = Y * 1103515245 +12345;X= (unsigned int)(Y >> 16) & 32767 |
| unsigned int iT = 0 |
| randomGauss RG |
| double t = 0.0f |
| CStopWatch timer |