C# Class Whee.WordBuilder.Helpers.Random

Inheritance: IRandom
Afficher le fichier Open project: alfar/WordBuilder

Méthodes publiques

Свойство Type Description
Instance IRandom

Méthodes publiques

Méthode Description
Next ( int maxValue ) : int
Next ( int minValue, int maxValue ) : int
NextDouble ( ) : double

Private Methods

Méthode Description
Random ( ) : System

Method Details

Next() public méthode

public Next ( int maxValue ) : int
maxValue int
Résultat int

Next() public méthode

public Next ( int minValue, int maxValue ) : int
minValue int
maxValue int
Résultat int

NextDouble() public méthode

public NextDouble ( ) : double
Résultat double

Property Details

Instance public_oe static_oe property

public static IRandom Instance
Résultat IRandom