RNG 2601 modules/core/include/opencv2/core.hpp class CV_EXPORTS RNG RNG 333 modules/core/include/opencv2/core/operations.hpp inline RNG::RNG() { state = 0xffffffff; } RNG 334 modules/core/include/opencv2/core/operations.hpp inline RNG::RNG(uint64 _state) { state = _state ? _state : 0xffffffff; }