Click or drag to resize

Xoshiro256StarStarDoSampleBytes Method

Fills the elements of a specified array of bytes with random numbers in full range, including zero and 255 (MaxValue).

Namespace: Altaxo.Calc.Random
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void DoSampleBytes(
	byte[] buffer
)

Parameters

buffer  Byte
The buffer to fill with random bytes.
See Also