1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

core: parallel_for_(): update RNG state of the main thread

This commit is contained in:
Alexander Alekhin
2017-02-28 18:21:44 +03:00
parent ebdd74105a
commit 649bb7ac04
3 changed files with 22 additions and 3 deletions
+2
View File
@@ -2834,6 +2834,8 @@ public:
double gaussian(double sigma);
uint64 state;
bool operator ==(const RNG& other) const;
};
/** @brief Mersenne Twister random number generator