Scythe-1.0.3
scythe::lecuyer::lecuyer ( std::string  streamname = "") [inline, static]

Constructor.

This constructor creates an object encapsulating a random number stream, with an optional name. It also sets the seed of the stream to the package (default or user-specified) seed if this is the first stream generated, or, otherwise, to a value $2^{127}$ steps ahead of the seed of the previously constructed stream.

Parameters:
streamnameThe optional name for the stream.
See also:
SetPackageSeed(unsigned long seed[6])
SetSeed(unsigned long seed[6])
SetAntithetic(bool)
IncreasedPrecis(bool)
name()