ILNumerics Ultimate VS

Statisticsrandperm Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Creates a random permutation of integers.

[ILNumerics Statistics Toolbox]

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

public static RetArray<long> randperm(
	BaseArray length
)

Parameters

length
Type: ILNumericsBaseArray
Number of unique integers to be created.

Return Value

Type: RetArrayInt64
Integer vector of length 'length'.
Remarks

[ILNumerics Statistics Toolbox]

See Also

Reference