Summary
Fills the elements of a specified array of bytes with random numbers.
- Namespace
- Faker
- Containing Type
- RandomNumber
Syntax
public static void NextBytes(byte[] buffer)
Parameters
| Name | Type | Description |
|---|---|---|
| buffer | byte[] | An array of bytes to contain random numbers. |
Return Value
| Type | Description |
|---|---|
| void |
See Also
- System.Random.NextBytes(System.Byte[])