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.RandomAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override void DoSampleBytes(
byte[] buffer
)
Parameters
- buffer Byte
- The buffer to fill with random bytes.
See Also