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

Get the current state.

This method places the current state of the stream, as represented by six integers, into the array argument. This is useful for saving and restoring streams across program runs.

Parameters:
seedAn array of six integers that will hold the state values on return.
See also:
AdvanceState()