<< NARVAL_F_Random NARVAL NARVAL_F_RandomVec >>

NARVAL >> NARVAL > NARVAL_F_RandomNiNj

NARVAL_F_RandomNiNj

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

Calling Sequence

[v] = NARVAL_F_RandomNiNj(ni,nj)

Parameters

ni :

integer value.

nj :

integer value.

v :

vector.

Description

NARVAL_F_RandomNiNj generates the vector v of integer values in respect with random permutations on the linear progression between the two integers ni and nj.

Examples

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

Dependency

NARVAL_F_Random, NARVAL_F_Remov

Authors

Foued Melakessou

Contact

Dr. Foued Melakessou

Research Associate

Interdisciplinary Centre for Security, Reliability and Trust

Room F106

University of Luxembourg

6, rue Coudenhove Kalergi

L-1359 Luxembourg-Kirchberg

E-mail: foued.melakessou@uni.lu

Tel: (+352) 46 66 44 5346

Home Page


<< NARVAL_F_Random NARVAL NARVAL_F_RandomVec >>