C# Class SagaLib.Global.RandomF

Exibir arquivo Open project: Willyham/SagaRO2

Public Properties

Property Type Description
random System.Random

Public Methods

Method Description
Next ( ) : int
Next ( int max ) : int
Next ( int min, int max ) : int

Method Details

Next() public method

public Next ( ) : int
return int

Next() public method

public Next ( int max ) : int
max int
return int

Next() public method

public Next ( int min, int max ) : int
min int
max int
return int

Property Details

random public_oe property

public Random,System random
return System.Random