Scythe-1.0.3
void scythe::lecuyer::IncreasedPrecis ( bool  incp) [inline]

Toggle generator precision.

This method sets the precision level of the given stream. By default, streams generate random numbers with 32 bit resolution. If the user invokes this method with incp = true, then the stream will begin to generate variates with greater precision (53 bits on machines following the IEEE 754 standard). Calling this method again with incp = false will return the precision of generated numbers to 32 bits.

Parameters:
incpA boolean value where true implies high (most likely 53 bit) precision and false implies low (32 bit) precision.
See also:
SetAntithetic(bool)