UNIFORM            93 modules/calib3d/test/test_affine3.cpp         rng.fill(R, cv::RNG::UNIFORM, -10, 10, true);
UNIFORM          1537 modules/calib3d/test/test_cameracalibration.cpp         rng.fill(projectedPoints_1, RNG::UNIFORM, minCoord, maxCoord);
UNIFORM          1538 modules/calib3d/test/test_cameracalibration.cpp         rng.fill(disparities, RNG::UNIFORM, minDisparity, maxDisparity);
UNIFORM            75 modules/calib3d/test/test_decompose_projection.cpp         rng.fill(f, cv::RNG::UNIFORM, 300, 1000);
UNIFORM            76 modules/calib3d/test/test_decompose_projection.cpp         rng.fill(c, cv::RNG::UNIFORM, 150, 600);
UNIFORM            86 modules/calib3d/test/test_decompose_projection.cpp         rng.fill(rVec, cv::RNG::UNIFORM, -CV_PI, CV_PI);
UNIFORM            45 modules/core/perf/perf_math.cpp     rng.fill(data0, RNG::UNIFORM, -1, 1);
UNIFORM           510 modules/core/src/rand.cpp     if( disttype == UNIFORM )
UNIFORM           669 modules/core/src/rand.cpp     if( disttype == UNIFORM )
UNIFORM           739 modules/core/src/rand.cpp     theRNG().fill(dst, RNG::UNIFORM, low, high);
UNIFORM           826 modules/core/src/rand.cpp         cv::RNG::NORMAL : cv::RNG::UNIFORM, cv::Scalar(param1), cv::Scalar(param2) );
UNIFORM          1461 modules/core/test/test_arithm.cpp                 rng.fill(a, RNG::UNIFORM, 0, 100);
UNIFORM          1462 modules/core/test/test_arithm.cpp                 rng.fill(b, RNG::UNIFORM, 0, 100);
UNIFORM          1467 modules/core/test/test_arithm.cpp                 rng.fill(mask, RNG::UNIFORM, -2, 2);
UNIFORM           141 modules/core/test/test_countnonzero.cpp     else if (distribution == RNG::UNIFORM)
UNIFORM           142 modules/core/test/test_countnonzero.cpp         rng.fill(src, RNG::UNIFORM, Scalar::all(left), Scalar::all(right));
UNIFORM           306 modules/core/test/test_mat.cpp         rng.fill( rPoints, RNG::UNIFORM, Scalar::all(0.0), Scalar::all(1.0) );
UNIFORM           307 modules/core/test/test_mat.cpp         rng.fill( rTestPoints, RNG::UNIFORM, Scalar::all(0.0), Scalar::all(1.0) );
UNIFORM          1049 modules/core/test/test_mat.cpp             rng.fill(m, RNG::UNIFORM, 0, 100, true);
UNIFORM          1101 modules/core/test/test_mat.cpp         rng.fill(src, RNG::UNIFORM, 0, 100, true);
UNIFORM          2666 modules/core/test/test_math.cpp                     rng.fill(data0, RNG::UNIFORM, -1, 1);
UNIFORM          2678 modules/core/test/test_math.cpp                     rng.fill(data0, RNG::UNIFORM, -1, 1);
UNIFORM           318 modules/core/test/test_rand.cpp         theRNG().fill(a, RNG::UNIFORM, -DBL_MAX, DBL_MAX);
UNIFORM           319 modules/core/test/test_rand.cpp         theRNG().fill(af, RNG::UNIFORM, -DBL_MAX, DBL_MAX);
UNIFORM           257 modules/cudafeatures2d/test/test_features2d.cpp         rng.fill(queryBuf, cv::RNG::UNIFORM, cv::Scalar::all(0), cv::Scalar::all(3));
UNIFORM           144 modules/features2d/perf/perf_batchDistance.cpp     rng.fill( buf, RNG::UNIFORM, Scalar::all(0), Scalar(3) );
UNIFORM            83 modules/features2d/test/ocl/test_brute_force_matcher.cpp         rng.fill(queryBuf, cv::RNG::UNIFORM, cv::Scalar::all(0), cv::Scalar::all(3));
UNIFORM           168 modules/features2d/test/test_matchers_algorithmic.cpp     rng.fill( buf, RNG::UNIFORM, Scalar::all(0), Scalar(3) );
UNIFORM            41 modules/imgproc/perf/perf_remap.cpp     rng.fill(src, RNG::UNIFORM, 0, 256);
UNIFORM           245 modules/imgproc/test/test_bilateral_filter.cpp         rng.fill(_src, RNG::UNIFORM, 0, 256);
UNIFORM           633 modules/imgproc/test/test_cvtyuv.cpp         random.fill(src, RNG::UNIFORM, 0, 256);
UNIFORM           676 modules/imgproc/test/test_cvtyuv.cpp         random.fill(src_full, RNG::UNIFORM, 0, 256);
UNIFORM          1616 modules/imgproc/test/test_imgwarp.cpp         rng.fill(src, cv::RNG::UNIFORM, -1000, 1000, true);
UNIFORM            57 modules/imgproc/test/test_lsd.cpp     rng.fill(image, RNG::UNIFORM, 0, 256);
UNIFORM           211 modules/ml/test/test_save_load.cpp             ts->get_rng().fill(input, RNG::UNIFORM, 0, 40);
UNIFORM          1352 modules/objdetect/test/test_cascadeandhog.cpp         rng.fill(image, RNG::UNIFORM, 0, 256, true);
UNIFORM           119 modules/ts/src/ts_func.cpp     rng.fill(m, RNG::UNIFORM, minVal, maxVal);
UNIFORM           145 modules/ts/src/ts_func.cpp     rng.fill(m, RNG::UNIFORM, minVal, maxVal);
UNIFORM            96 modules/video/test/test_estimaterigid.cpp         rng.fill(aff, RNG::UNIFORM, Scalar(-2), Scalar(2));
UNIFORM           103 modules/video/test/test_estimaterigid.cpp         rng.fill(fpts, RNG::UNIFORM, Scalar(0,0), Scalar(10,10));
UNIFORM            68 modules/viz/test/tests_simple.cpp     theRNG().fill(colors, RNG::UNIFORM, 0, 255);
UNIFORM           147 modules/viz/test/tests_simple.cpp     theRNG().fill(mesh.colors, RNG::UNIFORM, 0, 255);
UNIFORM            47 samples/cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp     rng.fill(c, RNG::UNIFORM, Scalar(1), Scalar(0.4 * WIDTH));
UNIFORM            50 samples/cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp     rng.fill(c, RNG::UNIFORM, Scalar(1), Scalar(HEIGHT));
UNIFORM            56 samples/cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp     rng.fill(c, RNG::UNIFORM, Scalar(0.6*WIDTH), Scalar(WIDTH));
UNIFORM            59 samples/cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp     rng.fill(c, RNG::UNIFORM, Scalar(1), Scalar(HEIGHT));
UNIFORM            68 samples/cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp     rng.fill(c, RNG::UNIFORM, Scalar(0.4*WIDTH), Scalar(0.6*WIDTH));
UNIFORM            71 samples/cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp     rng.fill(c, RNG::UNIFORM, Scalar(1), Scalar(HEIGHT));
UNIFORM           130 samples/gpu/driver_api_multi.cpp     rng.fill(src, RNG::UNIFORM, 0, 1);
UNIFORM            87 samples/gpu/multi.cpp     rng.fill(src, RNG::UNIFORM, 0, 1);
UNIFORM           138 samples/gpu/performance/performance.cpp     rng.fill(mat, RNG::UNIFORM, low, high);