Click or drag to resize

GenerateUniform Method

Create random samples, uniform between 0 and 1. Faster than other methods but with reduced guarantees on randomness.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double[] Uniform(
	int length
)

Parameters

length  Int32

[Missing <param name="length"/> documentation for "M:Altaxo.Calc.Generate.Uniform(System.Int32)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Generate.Uniform(System.Int32)"]

See Also