C# Class Granados.RngManager.SystemRandomRng

implementation of Rng
Inheritance: Rng
Exibir arquivo Open project: poderosaproject/poderosa

Public Methods

Method Description
GetBytes ( byte data ) : void
GetInt ( int maxValue ) : int

Method Details

GetBytes() public method

public GetBytes ( byte data ) : void
data byte
return void

GetInt() public method

public GetInt ( int maxValue ) : int
maxValue int
return int