Commit 2113636d authored by Olexa Bilaniuk's avatar Olexa Bilaniuk

Made seed a constant.

parent fcdbacdb
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment