C# Class BalloonsPop.LogicProvider.RandomNumberGenerator

Implement IRandomNumberGenerator and provides random byte values generation.
Inheritance: IRandomNumberGenerator
Afficher le fichier Open project: Baloons-Pop-4/Main

Méthodes publiques

Méthode Description
Next ( int min, int max ) : byte

Generates random byte values in the given range, right inclusive.

Method Details

Next() public méthode

Generates random byte values in the given range, right inclusive.
public Next ( int min, int max ) : byte
min int Minimum for result, inclusive.
max int Maximum for result, exclusive.
Résultat byte