GeNN  1.1
GPU enhanced Neuronal Networks (GeNN)
 All Classes Files Functions Variables Typedefs Macros Pages
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 "isaac.hpp"
#include <assert.h>

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