Fills the elements of a specified array of bytes with random numbers.
Namespace: Extreme.Statistics.RandomAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public override void NextBytes(
byte[] buffer
)
Public Overrides Sub NextBytes (
buffer As Byte()
)
public:
virtual void NextBytes(
array<unsigned char>^ buffer
) override
abstract NextBytes :
buffer : byte[] -> unit
override NextBytes :
buffer : byte[] -> unit
Parameters
- buffer
- Type: SystemByte
An array of bytes to contain random numbers.
Each element of the array of bytes is set to a random number
greater than or equal to zero, and less than or equal to
MaxValue.
Numerical Libraries
Supported in: 5.x, 4.x
Reference