Cypress  1.0
C++ Spiking Neural Network Simulation Framework
Public Member Functions | Static Public Member Functions | List of all members
cypress::RNG Class Reference

Singleton class for. More...

#include <rng.hpp>

Public Member Functions

 RNG (RNG const &)=delete
 
void operator= (RNG const &)=delete
 
std::default_random_engine & get ()
 
void seed (size_t seed)
 

Static Public Member Functions

static RNGinstance ()
 Creates a Singleton instance. Only at first time calling this method the TODO. More...
 

Detailed Description

Singleton class for.

Constructor & Destructor Documentation

cypress::RNG::RNG ( RNG const &  )
delete

Member Function Documentation

std::default_random_engine& cypress::RNG::get ( )
inline
static RNG& cypress::RNG::instance ( )
inlinestatic

Creates a Singleton instance. Only at first time calling this method the TODO.

Returns
cypress::GENN_Lib& reference to the library instance
void cypress::RNG::operator= ( RNG const &  )
delete
void cypress::RNG::seed ( size_t  seed)
inline

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