C# Class QuickGenerate.TryingHardButNotTooMuch.AttemptImplementation

Mostra file Open project: kilfour/QuickGenerate

Public Methods

Method Description
AttemptImplementation ( int max ) : System
Next ( ) : bool
Reset ( ) : void

Method Details

AttemptImplementation() public method

public AttemptImplementation ( int max ) : System
max int
return System

Next() public method

public Next ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void