Method | Description | |
---|---|---|
Create ( ) : |
||
Create ( string rngName ) : |
||
Dispose ( ) : void | ||
GetBytes ( byte data ) : void | ||
GetBytes ( byte data, int offset, int count ) : void | ||
GetNonZeroBytes ( byte data ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
RandomNumberGenerator ( ) |
Method | Description | |
---|---|---|
VerifyGetBytes ( byte data, int offset, int count ) : void |
public static Create ( ) : |
||
return |
public static Create ( string rngName ) : |
||
rngName | string | |
return |
public abstract GetBytes ( byte data ) : void | ||
data | byte | |
return | void |
public GetBytes ( byte data, int offset, int count ) : void | ||
data | byte | |
offset | int | |
count | int | |
return | void |