Made seed a constant.

This commit is contained in:
Olexa Bilaniuk 2015-03-06 09:24:45 -05:00
parent fcdbacdbb0
commit 2113636d29

View File

@ -609,7 +609,7 @@ inline int RHO_HEST_REFC::initialize(void){
nr.beta = 0.0;
fastSeed((unsigned)cv::theRNG());
fastSeed(~0);
int areAllAllocsSuccessful = !mem.perObj.empty();