NEST  2.6.0,not_revisioned_source_dir@0
Private Member Functions | List of all members
librandom::BuiltinRNGFactory< Generator > Class Template Reference

Concrete template for factories for built-in (non GSL) random generators. More...

#include <randomgen.h>

Inheritance diagram for librandom::BuiltinRNGFactory< Generator >:
librandom::GenericRNGFactory

Private Member Functions

RngPtr create (unsigned long s) const
 Create generator with given seed. More...
 

Additional Inherited Members

- Public Member Functions inherited from librandom::GenericRNGFactory
virtual ~GenericRNGFactory ()
 

Detailed Description

template<typename Generator>
class librandom::BuiltinRNGFactory< Generator >

Concrete template for factories for built-in (non GSL) random generators.

 

Member Function Documentation

template<typename Generator >
RngPtr librandom::BuiltinRNGFactory< Generator >::create ( unsigned long  long) const
inlineprivatevirtual

Create generator with given seed.

Note
Generators cannot be created without a seed. If you want to create a generator with a default seed value, you should explicitly use RandomGen::DefaultSeed as seed value.

Implements librandom::GenericRNGFactory.


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