ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Matrix filled with randnom numbers.
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, StorageOrders order = StorageOrders.ColumnMajor )
Parameters
- d0
- Type: SystemInt64
Length of dimension 0. - d1
- Type: SystemInt64
Length of dimension 1. - order (Optional)
- Type: ILNumericsStorageOrders
[Optional] Storage order of elements. Default: ColumnMajor.
Return Value
Type: RetArrayDoubleMatrix filled with randnom numbers.
Remarks
Values range from 0.0 to 1.0, uniformly distributed.
[ILNumerics Computing Engine]
See Also