Extract randomly a component of a vector (without replacement).
[n,v]=AleaVec(v)
vector of values.
random component extracted from v.
AleaVec randomly extracts a component n of the vector v without replacement. After its application, n is removed from v.