C# Class MBGen.LongRandom

显示文件 Open project: TheBerkin/MoistBanana Class Usage Examples

Public Methods

Method Description
LongRandom ( ) : System
LongRandom ( int seed ) : System
LongRandom ( string seed ) : System
Next ( ) : int
Next ( int min, int max ) : int

Method Details

LongRandom() public method

public LongRandom ( ) : System
return System

LongRandom() public method

public LongRandom ( int seed ) : System
seed int
return System

LongRandom() public method

public LongRandom ( string seed ) : System
seed string
return System

Next() public method

public Next ( ) : int
return int

Next() public method

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