Isaac64 Class Reference

List of all members.

Public Member Functions

 Isaac64 (unsigned int seed=0)
virtual ~Isaac64 ()
virtual _G_uint32_t asLong ()
virtual void reset ()
virtual double asDouble ()
_G_uint32_t seed ()
void seed (_G_uint32_t s)

Private Attributes

_G_uint32_t seed_
voidrng_

Static Private Attributes

static _G_uint32_t cnt_ = 0

Constructor & Destructor Documentation

Isaac64::Isaac64 ( unsigned int  seed = 0  ) 
Isaac64::~Isaac64 (  )  [virtual]

References nrnisaac_delete(), and rng_.

Here is the call graph for this function:


Member Function Documentation

virtual double Isaac64::asDouble (  )  [inline, virtual]

References nrnisaac_dbl_pick(), and rng_.

Here is the call graph for this function:

virtual _G_uint32_t Isaac64::asLong (  )  [inline, virtual]

References nrnisaac_uint32_pick(), and rng_.

Here is the call graph for this function:

virtual void Isaac64::reset (  )  [inline, virtual]

References nrnisaac_init(), rng_, and seed_.

Referenced by seed().

Here is the call graph for this function:

void Isaac64::seed ( _G_uint32_t  s  )  [inline]

References reset(), and seed_.

Here is the call graph for this function:

_G_uint32_t Isaac64::seed (  )  [inline]

References seed_.


Member Data Documentation

_G_uint32_t Isaac64::cnt_ = 0 [static, private]
void* Isaac64::rng_ [private]

Referenced by asDouble(), asLong(), reset(), and ~Isaac64().

_G_uint32_t Isaac64::seed_ [private]

Referenced by reset(), and seed().


The documentation for this class was generated from the following file:
Generated on Mon Jun 13 08:10:31 2011 for NEURON by  doxygen 1.6.3