Generate couples of two distinct integer values bounded by a threshold.
[v2]=NARVAL_F_Random_i(v1,n)
vector of integers.
maximum value.
vector of integers.
NARVAL_F_Random_i generates a vector of integers v2 that are different from the integers of the vector v1 (for each index). The generated values are bounded by the threshold n.