Click or drag to resize

NMathFunctionsArrayOfRandomNumbers(Int32, Double, Double) Method

Constructs an array of uniformly distributed random numbers whose values lie between the given minimum and maximum values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double[] ArrayOfRandomNumbers(
	int length,
	double min,
	double max
)

Parameters

length  Int32
Length of the array of random deviants.
min  Double
Minimum value for the generated random deviates.
max  Double
Maximum value for the generated random deviates.

Return Value

Double
Array of uniform random deviates.
See Also