Searched refs:newRand (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvtrifocal.cpp429 int newRand; local
437 newRand = rand()%range;
442 if( arr[j] == newRand )
451 arr[i] = newRand;

Completed in 263 milliseconds