C# Class Runevision.Structures.Rand

Inheritance: System.Random
Afficher le fichier Open project: mortennobel/A-Study-in-Composition

Méthodes publiques

Méthode Description
Rand ( ) : System
Rand ( int seed ) : System
Range ( float min, float max ) : float
Range ( int min, int max ) : int

Method Details

Rand() public méthode

public Rand ( ) : System
Résultat System

Rand() public méthode

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

Range() public méthode

public Range ( float min, float max ) : float
min float
max float
Résultat float

Range() public méthode

public Range ( int min, int max ) : int
min int
max int
Résultat int