RandomSourceDoSampleBytes 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.3179.0 (4.8.3179.0)
Syntax protected virtual void DoSampleBytes(
byte[] buffer
)
Parameters
- buffer Byte
[Missing <param name="buffer"/> documentation for "M:Altaxo.Calc.Random.RandomSource.DoSampleBytes(System.Byte[])"]
See Also