Searched refs:rand_val (Results 1 – 1 of 1) 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()