Table of Contents

Method CloneAndRestart

Namespace
Gamelogic.Extensions.Algorithms
Assembly
Gamelogic.Extensions.dll

CloneAndRestart()

Clones the generator and returns the clone in a restarted state.

public abstract IGenerator<TResult> CloneAndRestart()

Returns

IGenerator<TResult>