Home
last modified time | relevance | path

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

/external/opencv3/modules/ts/include/opencv2/
Dts.hpp526 struct CV_EXPORTS DefaultRngAuto struct
528 const uint64 old_state;
530 DefaultRngAuto() : old_state(cv::theRNG().state) { cv::theRNG().state = (uint64)-1; } in DefaultRngAuto() argument
531 ~DefaultRngAuto() { cv::theRNG().state = old_state; } in ~DefaultRngAuto()