Scythe-1.0.3
static void scythe::lecuyer::SetPackageSeed ( unsigned long  seed[6]) [inline, static]

Set the package seed.

This method sets the overall package seed. The default initial seed is (12345, 12345, 12345, 12345, 12345, 12345). The package seed is the seed used to initialize the first constructed random number stream in a given program.

Parameters:
seedAn array of six integers to seed the package. The first three values cannot all equal 0 and must all be less than 4294967087 while the second trio of integers must all be less than 4294944443 and not all 0.
See also:
SetSeed(unsigned long seed[6])
Exceptions:
scythe_randseed_error(Level 0)