C# Class MarkovChains.MarkovChain.Generators.SimpleGenerator

Random generator based on standart class Random.
Inheritance: IGenerator
Datei anzeigen Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Methods

Method Description
Next ( ) : double

The next.

Reset ( ) : void

The reset.

Method Details

Next() public method

The next.
public Next ( ) : double
return double

Reset() public method

The reset.
public Reset ( ) : void
return void