Scythe-1.0.3
|
template<typename ENGINE >
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.
|