Made seed a constant.
This commit is contained in:
parent
fcdbacdbb0
commit
2113636d29
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user