StandardGeneratorNextBytes Method | 
            Fills the elements of a specified array of bytes with random numbers.
            
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic override void NextBytes(
	byte[] buffer
)
Parameters
- buffer  Byte
 - An array of bytes to contain random numbers.
 
Exceptions
Remarks
            Each element of the array of bytes is set to a random number greater than or equal to zero, and less than or
              equal to 
MaxValue.
            
See Also