![]() |
GeNN
1.1
GPU enhanced Neuronal Networks (GeNN)
|
Files | |
file | gauss.cc |
Contains the implementation of the Gaussian random number generator class randomGauss. | |
file | gauss.h [code] |
Random number generator for Gaussian random variable with mean 0 and standard deviation 1. | |
file | randomGen.cc |
Contains the implementation of the ISAAC random number generator class for uniformly distributed random numbers and for a standard random number generator based on the C function rand(). | |
file | randomGen.h [code] |
header file containing the class definition for a uniform random generator based on the ISAAC random number generator | |
file | simpleBit.h [code] |
Contains three macros that allow simple bit manipulations on an (presumably unsigned) 64 bit integer. | |