Method | Description | |
---|---|---|
GetRandomBytes ( byte buff ) : void |
Get pre-buffered random bytes.
|
|
GetRandomBytes ( byte buff, int offset, int length ) : void |
Get pre-buffered random bytes.
|
Method | Description | |
---|---|---|
GetRandomBytesInternal ( byte buff, int offset, int length ) : void |
Get pre-buffered random bytes.
|
|
SecureRandomBuffer ( ) : System |
Constructor
|
public static GetRandomBytes ( byte buff ) : void | ||
buff | byte | an array that random bytes are copied to. |
return | void |
public static GetRandomBytes ( byte buff, int offset, int length ) : void | ||
buff | byte | an array that random bytes are copied to. |
offset | int | start index of the array. |
length | int | number of bytes to be copied. |
return | void |