Scythe-1.0.3
template<typename ENGINE >
scythe::wrapped_generator< ENGINE >::wrapped_generator ( const wrapped_generator< ENGINE > &  wg) [inline]

Copy constructor.

This constructor makes a copy of an existing wrapped_generator object, duplicating its seed and current state exactly. Note that this will create a copy of the underlying function object using the function objects copy construction semantics.

Parameters:
wgAn existing wrapped_generator object.
See also:
wrapped_generator(ENGINE& e)