ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
New array with random numbers and shape as determined.
Creates an array with normally 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> randn( 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: RetArrayDoubleNew array with random numbers and shape as determined.
Remarks
[ILNumerics Computing Engine]
See Also