C# Class Granados.RngManager.SystemRandomRng

implementation of Rng
Inheritance: Rng
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode Description
GetBytes ( byte data ) : void
GetInt ( int maxValue ) : int

Method Details

GetBytes() public méthode

public GetBytes ( byte data ) : void
data byte
Résultat void

GetInt() public méthode

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