Click or drag to resize

RandomSourceNextDoubles(Int32) Method

Returns an array of 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 double[] NextDoubles(
	int count
)

Parameters

count  Int32
The size of the array to fill.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Random.RandomSource.NextDoubles(System.Int32)"]

See Also