NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::binary_neuron< TGainfunction >::Variables_ Struct Reference

Internal variables of the model. More...

Collaboration diagram for nest::binary_neuron< TGainfunction >::Variables_:
[legend]

Public Attributes

RngPtr rng_
 random number generator of my own thread
 
exponential_distribution exp_dist_
 random deviate generator
 

Detailed Description

template<class TGainfunction>
struct nest::binary_neuron< TGainfunction >::Variables_

Internal variables of the model.

Member Data Documentation

◆ exp_dist_

template<class TGainfunction >
exponential_distribution nest::binary_neuron< TGainfunction >::Variables_::exp_dist_

random deviate generator

◆ rng_

template<class TGainfunction >
RngPtr nest::binary_neuron< TGainfunction >::Variables_::rng_

random number generator of my own thread


The documentation for this struct was generated from the following file: