Click or drag to resize

RandomSourceNextDoubles(Double) Method

Fills an array with uniform random numbers greater than or equal to 0.0 and less than 1.0.

Namespace: Altaxo.Calc.Random
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void NextDoubles(
	double[] values
)

Parameters

values  Double
The array to fill with random values.
See Also