C# Class GameStruct.IRandom

Show file Open project: dream-young-soul/soul

Public Methods

Method Description
Random ( byte min, byte max ) : byte
Random ( float min, float max, int len = 1 ) : float
Random ( int min, int max ) : int

Method Details

Random() public static method

public static Random ( byte min, byte max ) : byte
min byte
max byte
return byte

Random() public static method

public static Random ( float min, float max, int len = 1 ) : float
min float
max float
len int
return float

Random() public static method

public static Random ( int min, int max ) : int
min int
max int
return int