NonCryptographicRandom.NextBytes Method
Name | Parameters | Description |
---|---|---|
NextBytes(Byte[]) | buffer | Fills the specified array with random bytes. |
NextBytes(Int32) | count | Returns a new byte array filled with random bytes. |
Name | Parameters | Description |
---|---|---|
NextBytes(Byte[]) | buffer | Fills the specified array with random bytes. |
NextBytes(Int32) | count | Returns a new byte array filled with random bytes. |
No
Your feedback is appreciated.