C# Class Creaturestests.MutatorTests.SpecialRandom

Inheritance: System.Random
显示文件 Open project: Confirmit/Students

Public Methods

Method Description
Next ( ) : int
Next ( int first ) : int
Next ( int first, int second ) : int
SpecialRandom ( ) : System

Method Details

Next() public method

public Next ( ) : int
return int

Next() public method

public Next ( int first ) : int
first int
return int

Next() public method

public Next ( int first, int second ) : int
first int
second int
return int

SpecialRandom() public method

public SpecialRandom ( ) : System
return System