Scythe-1.0.3
void scythe::lecuyer::SetAntithetic ( bool  a) [inline]

Toggle the orientation of generated random numbers.

This methods causes the given stream to generate antithetic (1 - U, where U is the default number generated) when called with a = true. Calling this method with a = false will return generated numbers to their default orientation.

Parameters:
aA boolean value that selects regular or antithetic variates.
See also:
IncreasedPrecis(bool)