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:
@@ -2834,6 +2834,8 @@ public:
|
||||
double gaussian(double sigma);
|
||||
|
||||
uint64 state;
|
||||
|
||||
bool operator ==(const RNG& other) const;
|
||||
};
|
||||
|
||||
/** @brief Mersenne Twister random number generator
|
||||
|
||||
Reference in New Issue
Block a user