Свойство | Type | Description | |
---|---|---|---|
_rng | |||
_sample_buffer | byte[] | ||
_state | Sample |
Méthode | Description | |
---|---|---|
Next ( ) : int | ||
Next ( int high ) : int | ||
Next ( int low, int high ) : int | ||
NextBytes ( byte tofill ) : void | ||
NextDouble ( ) : double | ||
SecureRandom ( ) : System | ||
SecureRandom ( |
||
Test ( int low, int high, int count, double eps ) : void | ||
TestCoincidence ( int count ) : void | ||
TestElement ( int hits, int bins, int count, double eps ) : bool |
Méthode | Description | |
---|---|---|
NextSample ( ) : Sample | ||
Pop ( uint max ) : Sample |
Méthode | Description | |
---|---|---|
Test100 ( ) : void | ||
TestCoincidences ( ) : void | ||
TestNoRandom ( ) : void |
public SecureRandom ( |
||
rng | ||
Résultat | System |
public Test ( int low, int high, int count, double eps ) : void | ||
low | int | |
high | int | |
count | int | |
eps | double | |
Résultat | void |
public TestCoincidence ( int count ) : void | ||
count | int | |
Résultat | void |
public static TestElement ( int hits, int bins, int count, double eps ) : bool | ||
hits | int | |
bins | int | |
count | int | |
eps | double | |
Résultat | bool |
protected RandomNumberGenerator,System.Security.Cryptography _rng | ||
Résultat |