ILNumerics Ultimate VS

ILMathrand Method (InArrayInt64, StorageOrders)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Creates an array with uniformly distributed, pseudo random 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> rand(
	InArray<long> size,
	StorageOrders order = StorageOrders.ColumnMajor
)

Parameters

size
Type: ILNumericsInArrayInt64
Array with target dimension lengths.
order (Optional)
Type: ILNumericsStorageOrders
[Optional] Target arrays storage order. Default: ColumnMajor.

Return Value

Type: RetArrayDouble
New array with random numbers and shape as determined.
Remarks

[ILNumerics Computing Engine]

See Also

Reference