Fills the elements of a specified array of bytes with random numbers.
Namespace:
AForgeAssembly: AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public override void NextBytes( byte[] buffer ) |
Parameters
- buffer
- Type: array<
System..::.Byte
>[]()[]
An array of bytes to contain random numbers.
Remarks
See NextBytes(array<Byte>[]()[]) for more information.