Scythe-1.0.3
scythe::mersenne::mersenne ( ) [inline, static]

Default constructor.

This constructor generates an unseeded and uninitialized mersenne object. It is most useful for creating arrays of random number generators. An uninitialized mersenne object will be seeded with the default seed (5489UL) automatically upon use.

See also:
mersenne(const mersenne &m)
initialize(unsigned long s)