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

Set the stream seed.

This method sets the stream seed which is used to initialize the state of the given stream.

Warning:
This method sets the stream seed in isolation and does not coordinate with any other streams. Therefore, using this method without care can result in multiple streams that overlap in the course of their runs.
Parameters:
seedAn array of six integers to seed the stream. 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:
SetPackageSeed(unsigned long seed[6])
ResetStartStream()
ResetStartSubstream()
ResetNextSubstream()
Exceptions:
scythe_randseed_error(Level 0)