Searched defs:DefaultRngAuto (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/ts/include/opencv2/
H A Dts.hpp526 struct CV_EXPORTS DefaultRngAuto struct in namespace:cvtest
530 DefaultRngAuto() : old_state(cv::theRNG().state) { cv::theRNG().state = (uint64)-1; } function in struct:cvtest::DefaultRngAuto
531 ~DefaultRngAuto() { cv::theRNG().state = old_state; }
533 DefaultRngAuto& operator=(const DefaultRngAuto&);

Completed in 91 milliseconds