C# Class Rand, tron-terrain

ファイルを表示 Open project: peterellisjones/tron-terrain Class Usage Examples

Public Methods

Method Description
Rand ( int _seed ) : System
next ( ) : int
nextf ( ) : float

Method Details

Rand() public method

public Rand ( int _seed ) : System
_seed int
return System

next() public method

public next ( ) : int
return int

nextf() public method

public nextf ( ) : float
return float