theRNG            578 apps/traincascade/boost.cpp     rng = &cv::theRNG();
theRNG             84 apps/traincascade/old_ml_data.cpp     rng = &cv::theRNG();
theRNG            215 apps/traincascade/old_ml_tree.cpp     rng = &cv::theRNG();
theRNG           1169 apps/traincascade/old_ml_tree.cpp     rng = &cv::theRNG();
theRNG             74 modules/calib3d/test/test_affine3d_estimator.cpp float rngIn(float from, float to) { return from + (to-from) * (float)theRNG(); }
theRNG            126 modules/calib3d/test/test_affine3d_estimator.cpp         RNG& rng = theRNG();
theRNG            373 modules/calib3d/test/test_cameracalibration_artificial.cpp         RNG& rng = theRNG();
theRNG            311 modules/calib3d/test/test_cameracalibration_badarg.cpp     cv::RNG& rng = theRNG();
theRNG             81 modules/calib3d/test/test_chessboardgenerator.cpp     RNG& rng = theRNG();
theRNG            188 modules/calib3d/test/test_chessboardgenerator.cpp     RNG& rng = theRNG();
theRNG            253 modules/calib3d/test/test_chessboardgenerator.cpp     RNG& rng = theRNG();
theRNG            117 modules/calib3d/test/test_reproject_image_to_3d.cpp         bool handleMissingValues = (unsigned)theRNG() % 2 == 0;
theRNG            287 modules/calib3d/test/test_solvepnp_ransac.cpp         theRNG().state = 20121010;
theRNG            298 modules/calib3d/test/test_solvepnp_ransac.cpp             cv::theRNG().state = 20121010;
theRNG            305 modules/calib3d/test/test_solvepnp_ransac.cpp         theRNG().state = 20121010;
theRNG           2129 modules/core/include/opencv2/core.hpp CV_EXPORTS RNG& theRNG();
theRNG            361 modules/core/include/opencv2/core/operations.hpp   return (_Tp)theRNG();
theRNG             32 modules/core/perf/perf_math.cpp     RNG& rng = theRNG();
theRNG            262 modules/core/src/kmeans.cpp     RNG& rng = theRNG();
theRNG            739 modules/core/src/rand.cpp     theRNG().fill(dst, RNG::UNIFORM, low, high);
theRNG            744 modules/core/src/rand.cpp     theRNG().fill(dst, RNG::NORMAL, mean, stddev);
theRNG            812 modules/core/src/rand.cpp     RNG& rng = _rng ? *_rng : theRNG();
theRNG            824 modules/core/src/rand.cpp     cv::RNG& rng = _rng ? (cv::RNG&)*_rng : cv::theRNG();
theRNG            832 modules/core/src/rand.cpp     cv::RNG& rng = _rng ? (cv::RNG&)*_rng : cv::theRNG();
theRNG           1436 modules/core/test/test_arithm.cpp             RNG& rng = theRNG();
theRNG           1813 modules/core/test/test_arithm.cpp         test[i] = theRNG().uniform(0, 2) != 0;
theRNG            843 modules/core/test/test_dxt.cpp         RNG& rng = theRNG();
theRNG            874 modules/core/test/test_dxt.cpp         int type = theRNG().uniform(0, 2) ? CV_64F : CV_32F;
theRNG            875 modules/core/test/test_dxt.cpp         int m = theRNG().uniform(1, 10);
theRNG            876 modules/core/test/test_dxt.cpp         int n = theRNG().uniform(1, 10);
theRNG           1003 modules/core/test/test_mat.cpp         RNG& rng = theRNG();
theRNG           2362 modules/core/test/test_math.cpp         const int dim = theRNG().uniform(1,10);
theRNG           2363 modules/core/test/test_math.cpp         const float scale = theRNG().uniform(1.f, 100.f);
theRNG           2650 modules/core/test/test_math.cpp             RNG& rng = theRNG();
theRNG           2827 modules/core/test/test_math.cpp         int n = theRNG().uniform(1, 30);
theRNG           2831 modules/core/test/test_math.cpp         int type = theRNG().uniform(0, 2) ? CV_64F : CV_32F;
theRNG           2836 modules/core/test/test_math.cpp         int pf = theRNG().uniform(0, max_pf*2+1);
theRNG           1165 modules/core/test/test_operations.cpp             RNG& rng = theRNG();
theRNG             98 modules/core/test/test_rand.cpp     RNG tested_rng = theRNG();
theRNG            318 modules/core/test/test_rand.cpp         theRNG().fill(a, RNG::UNIFORM, -DBL_MAX, DBL_MAX);
theRNG            319 modules/core/test/test_rand.cpp         theRNG().fill(af, RNG::UNIFORM, -DBL_MAX, DBL_MAX);
theRNG            139 modules/features2d/perf/perf_batchDistance.cpp     RNG& rng = theRNG();
theRNG            110 modules/features2d/src/draw.cpp     RNG& rng=theRNG();
theRNG            172 modules/features2d/src/draw.cpp     RNG& rng = theRNG();
theRNG            163 modules/features2d/test/test_matchers_algorithmic.cpp     RNG& rng = theRNG();
theRNG             30 modules/imgproc/perf/perf_threshold.cpp     double thresh = theRNG().uniform(1, 254);
theRNG             31 modules/imgproc/perf/perf_threshold.cpp     double maxval = theRNG().uniform(1, 254);
theRNG             50 modules/imgproc/perf/perf_threshold.cpp     double maxval = theRNG().uniform(1, 254);
theRNG             80 modules/imgproc/perf/perf_threshold.cpp     double maxValue = theRNG().uniform(1, 254);
theRNG           1858 modules/imgproc/test/test_convhull.cpp     RNG& rng = theRNG();
theRNG            613 modules/imgproc/test/test_cvtyuv.cpp     RNG& random = theRNG();
theRNG            651 modules/imgproc/test/test_cvtyuv.cpp     RNG& random = theRNG();
theRNG           1924 modules/imgproc/test/test_filter.cpp     RNG& rng = theRNG();
theRNG            162 modules/imgproc/test/test_grabcut.cpp     theRNG().state = 12378213;
theRNG            164 modules/imgproc/test/test_grabcut.cpp     theRNG().state = 12378213;
theRNG            166 modules/imgproc/test/test_grabcut.cpp     theRNG().state = 12378213;
theRNG           1637 modules/imgproc/test/test_imgwarp.cpp     RNG& rng = theRNG();
theRNG            794 modules/ml/src/data.cpp             RNG& rng = theRNG();
theRNG            327 modules/ml/src/gbt.cpp     rng = &cv::theRNG();
theRNG             60 modules/ml/test/test_gbttest.cpp     cv::RNG& rng = cv::theRNG();
theRNG             74 modules/ml/test/test_gbttest.cpp     cv::theRNG().state = initSeed;
theRNG            208 modules/ml/test/test_mltests2.cpp     RNG& rng = theRNG();
theRNG            220 modules/ml/test/test_mltests2.cpp     theRNG().state = initSeed;
theRNG            530 modules/ts/include/opencv2/ts.hpp     DefaultRngAuto() : old_state(cv::theRNG().state) { cv::theRNG().state = (uint64)-1; }
theRNG            531 modules/ts/include/opencv2/ts.hpp     ~DefaultRngAuto() { cv::theRNG().state = old_state; }
theRNG           1090 modules/ts/src/ts_perf.cpp     cv::theRNG().state = param_seed; //this rng should generate same numbers for each run
theRNG           1558 modules/ts/src/ts_perf.cpp     cv::theRNG().state = param_seed; // this rng should generate same numbers for each run
theRNG            131 modules/videoio/test/test_video_pos.cpp                 int idx = theRNG().uniform(0, n_frames);
theRNG            229 modules/viz/src/precomp.hpp             RNG& rng = theRNG();
theRNG             68 modules/viz/test/tests_simple.cpp     theRNG().fill(colors, RNG::UNIFORM, 0, 255);
theRNG            147 modules/viz/test/tests_simple.cpp     theRNG().fill(mesh.colors, RNG::UNIFORM, 0, 255);
theRNG            164 modules/viz/test/tests_simple.cpp     RNG& rng = theRNG();
theRNG             19 samples/cpp/convexhull.cpp     RNG& rng = theRNG();
theRNG             47 samples/cpp/ffilldemo.cpp     int b = (unsigned)theRNG() & 255;
theRNG             48 samples/cpp/ffilldemo.cpp     int g = (unsigned)theRNG() & 255;
theRNG             49 samples/cpp/ffilldemo.cpp     int r = (unsigned)theRNG() & 255;
theRNG             85 samples/cpp/kalman.cpp             if(theRNG().uniform(0,4) != 0)
theRNG             25 samples/cpp/minarea.cpp     RNG& rng = theRNG();
theRNG            139 samples/cpp/tutorial_code/ImgTrans/imageSegmentation.cpp         int b = theRNG().uniform(0, 255);
theRNG            140 samples/cpp/tutorial_code/ImgTrans/imageSegmentation.cpp         int g = theRNG().uniform(0, 255);
theRNG            141 samples/cpp/tutorial_code/ImgTrans/imageSegmentation.cpp         int r = theRNG().uniform(0, 255);
theRNG            105 samples/cpp/watershed.cpp                 int b = theRNG().uniform(0, 255);
theRNG            106 samples/cpp/watershed.cpp                 int g = theRNG().uniform(0, 255);
theRNG            107 samples/cpp/watershed.cpp                 int r = theRNG().uniform(0, 255);