메소드 | 설명 | |
---|---|---|
Create ( ) : |
||
Create ( string rngName ) : |
||
Dispose ( ) : void | ||
GetBytes ( byte data ) : void | ||
GetBytes ( byte data, int offset, int count ) : void | ||
GetNonZeroBytes ( byte data ) : void |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
RandomNumberGenerator ( ) |
메소드 | 설명 | |
---|---|---|
VerifyGetBytes ( byte data, int offset, int count ) : void |
public static Create ( string rngName ) : |
||
rngName | string | |
리턴 |
public GetBytes ( byte data, int offset, int count ) : void | ||
data | byte | |
offset | int | |
count | int | |
리턴 | void |