Home
last modified time | relevance | path

Searched refs:seedSrand (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
DVtsHalSapV1_0TargetTest.cpp32 int seedSrand = time(NULL); in main() local
33 std::cout << "seed setup for random function (sap):" + std::to_string(seedSrand) << std::endl; in main()
34 srand(seedSrand); in main()
DVtsHalRadioV1_0TargetTest.cpp32 int seedSrand = time(NULL); in main() local
33 std::cout << "seed setup for random function (radio):" + std::to_string(seedSrand) << std::endl; in main()
34 srand(seedSrand); in main()