Searched refs:rand_val (Results 1 – 2 of 2) sorted by relevance
74 int rand_val = std::rand(); in import_checks() local75 CPPUNIT_CHECK( rand_val >= 0 && rand_val <= RAND_MAX ); in import_checks()