Click or drag to resize

StandardGeneratorNextBytes Method

Fills the elements of the specified byte array with random numbers.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public override void NextBytes(
	byte[] buffer
)

Parameters

buffer  Byte
A byte array to contain random numbers.
Exceptions
ExceptionCondition
ArgumentNullExceptionbuffer is a null reference ( in Visual Basic).
Remarks
Each element of the byte array is set to a random number greater than or equal to 0 and less than or equal to MaxValue.
See Also