Searched refs:seedSrand (Results 1 – 2 of 2) sorted by relevance
32 int seedSrand = time(NULL); in main() local33 std::cout << "seed setup for random function (sap):" + std::to_string(seedSrand) << std::endl; in main()34 srand(seedSrand); in main()
32 int seedSrand = time(NULL); in main() local33 std::cout << "seed setup for random function (radio):" + std::to_string(seedSrand) << std::endl; in main()34 srand(seedSrand); in main()