C# Class Rand, tron-terrain

Afficher le fichier Open project: peterellisjones/tron-terrain Class Usage Examples

Méthodes publiques

Méthode Description
Rand ( int _seed ) : System
next ( ) : int
nextf ( ) : float

Method Details

Rand() public méthode

public Rand ( int _seed ) : System
_seed int
Résultat System

next() public méthode

public next ( ) : int
Résultat int

nextf() public méthode

public nextf ( ) : float
Résultat float