ILNumerics Ultimate VS

ILMathrandn Method (Int64, Int64, Int64, Int64, StorageOrders)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Creates an array with uniformly distributed, pseudo randnom values.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static RetArray<double> randn(
	long d0,
	long d1,
	long d2,
	long d3,
	StorageOrders order = StorageOrders.ColumnMajor
)

Parameters

d0
Type: SystemInt64
Length of dimension 0.
d1
Type: SystemInt64
Length of dimension 1.
d2
Type: SystemInt64
Length of dimension 2.
d3
Type: SystemInt64
Length of dimension 3.
order (Optional)
Type: ILNumericsStorageOrders
[Optional] Storage order of elements. Default: ColumnMajor.

Return Value

Type: RetArrayDouble
Array filled with randnom numbers.
Remarks

Values range from 0.0 to 1.0, uniformly distributed.

[ILNumerics Computing Engine]

See Also

Reference