RandomSourceNextBytes Method |
Fills the elements of a specified array of bytes with random numbers.
Namespace: Altaxo.Calc.RandomAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override sealed void NextBytes(
byte[] buffer
)
Parameters
- buffer Byte
- An array of bytes to contain random numbers.
Exceptions See Also