Click or drag to resize

SystemRandomSourceDoubles(Double, Int32) Method

Fills an array with 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 static void Doubles(
	double[] values,
	int seed
)

Parameters

values  Double

[Missing <param name="values"/> documentation for "M:Altaxo.Calc.Random.SystemRandomSource.Doubles(System.Double[],System.Int32)"]

seed  Int32

[Missing <param name="seed"/> documentation for "M:Altaxo.Calc.Random.SystemRandomSource.Doubles(System.Double[],System.Int32)"]

Remarks
Supports being called in parallel from multiple threads.
See Also