<< NL_F_RandVectorNoRepl NL_F: Function NL_F_RemoveFirstOcc >>

NARVAL >> NL_F: Function > NL_F_RandVectorPermut

NL_F_RandVectorPermut

Generate a vector of integer values in respect with random permutations on the linear progression between two given integers.

Calling Sequence

[V] = NL_F_RandVectorPermut(Ni,Nj)

Arguments

Ni :

Integer value.

Nj :

Integer value.

V :

Vector.

Description

NL_F_RandVectorPermut generates the vector V of integer values in respect with random permutations on the linear progression between the two integers .

Examples

ni=3;//starting value
nj=8;//ending value
//range=[3 4 5 6 7 8]
[v]=NL_F_RandVectorPermut(ni,nj)//application of NL_F_RandVectorPermut

Dependency

NL_F_RandVector0nminus1, NL_F_RemoveFirstOcc

Report an issue
<< NL_F_RandVectorNoRepl NL_F: Function NL_F_RemoveFirstOcc >>