Method | Description | |
---|---|---|
GetBytes ( this Random, |
Get an array of random bytes.
|
|
GetString ( this Random, |
Get random string of the given length.
|
|
RandomString ( this Random, |
public static GetBytes ( this Random, |
||
Random | this | The source of randomness. |
NumberOfBytes | The number of random bytes to genrate. | |
return | Byte[] |
public static GetString ( this Random, |
||
Random | this | The source of randomness. |
Length | The the length of the string. | |
return | String |
public static RandomString ( this Random, |
||
Random | this | |
Length | ||
return | String |