NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | List of all members
librandom::RandomDevFactory< DevType > Class Template Reference

Factory class for generating objects of type RandomDev. More...

#include <randomdev.h>

Inheritance diagram for librandom::RandomDevFactory< DevType >:
librandom::GenericRandomDevFactory

Public Member Functions

RdvPtr create () const
 create unbound deviate generator More...
 
RdvPtr create (RngPtr rng) const
 create deviate generator given uniform number generator More...
 
- Public Member Functions inherited from librandom::GenericRandomDevFactory
virtual ~GenericRandomDevFactory ()
 

Detailed Description

template<typename DevType>
class librandom::RandomDevFactory< DevType >

Factory class for generating objects of type RandomDev.

Member Function Documentation

template<typename DevType >
RdvPtr librandom::RandomDevFactory< DevType >::create ( ) const
inlinevirtual

create unbound deviate generator

Implements librandom::GenericRandomDevFactory.

template<typename DevType >
RdvPtr librandom::RandomDevFactory< DevType >::create ( RngPtr  rng) const
inlinevirtual

create deviate generator given uniform number generator

Implements librandom::GenericRandomDevFactory.


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