|  | GeNN
    4.9.0
    GPU enhanced Neuronal Networks (GeNN) | 
#include "snippet.h"Go to the source code of this file.
| Classes | |
| class | InitVarSnippet::Base | 
| class | InitVarSnippet::Uninitialised | 
| Used to mark variables as uninitialised - no initialisation code will be run.  More... | |
| class | InitVarSnippet::Constant | 
| Initialises variable to a constant value.  More... | |
| class | InitVarSnippet::Kernel | 
| Used to initialise synapse variables from a kernel.  More... | |
| class | InitVarSnippet::Uniform | 
| Initialises variable by sampling from the uniform distribution.  More... | |
| class | InitVarSnippet::Normal | 
| Initialises variable by sampling from the normal distribution.  More... | |
| class | InitVarSnippet::NormalClipped | 
| class | InitVarSnippet::NormalClippedDelay | 
| class | InitVarSnippet::Exponential | 
| Initialises variable by sampling from the exponential distribution.  More... | |
| class | InitVarSnippet::Gamma | 
| Initialises variable by sampling from the gamma distribution.  More... | |
| class | InitVarSnippet::Binomial | 
| Initialises variable by sampling from the binomial distribution.  More... | |
| Namespaces | |
| InitVarSnippet | |
| Base class for all value initialisation snippets. | |
| Macros | |
| #define | SET_CODE(CODE) virtual std::string getCode() const override{ return CODE; } | 
| #define SET_CODE | ( | CODE | ) | virtual std::string getCode() const override{ return CODE; } |