GeNN  1.1
GPU enhanced Neuronal Networks (GeNN)
 All Classes Files Functions Variables Typedefs Macros Pages
VClampGA.h File Reference
#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
 

Macro Definition Documentation

#define RAND (   Y,
 
)    Y = Y * 1103515245 +12345;X= (unsigned int)(Y >> 16) & 32767

Variable Documentation

unsigned int iT = 0
double t = 0.0f
CStopWatch timer