GeNN  2.2.3
GPU enhanced Neuronal Networks (GeNN)
randomGen.h File Reference

header file containing the class definition for a uniform random generator based on the ISAAC random number generator More...

#include <time.h>
#include <limits.h>
#include <stdlib.h>
#include <assert.h>
#include "isaac.cc"

Go to the source code of this file.

Classes

class  randomGen
 Class randomGen which implements the ISAAC random number generator for uniformely distributed random numbers. More...
 
class  stdRG
 

Macros

#define RANDOMGEN_H
 macro for avoiding multiple inclusion during compilation More...
 

Detailed Description

header file containing the class definition for a uniform random generator based on the ISAAC random number generator

Macro Definition Documentation

#define RANDOMGEN_H

macro for avoiding multiple inclusion during compilation