NEST
2.6.0,not_revisioned_source_dir@0
|
Factory class for random generators. More...
#include <randomgen.h>
Public Member Functions | |
virtual RngPtr | create (unsigned long) const =0 |
Create generator with given seed. More... | |
virtual | ~GenericRNGFactory () |
Factory class for random generators.
|
inlinevirtual |
|
pure virtual |
Create generator with given seed.
Implemented in librandom::BuiltinRNGFactory< Generator >, and librandom::GslRNGFactory.