Searched refs:aos_srand (Results 1 – 6 of 6) sorted by relevance
44 void aos_srand(uint32_t seed) in aos_srand() function
1016 void aos_srand(uint32_t seed);
225 aos_srand((unsigned int)(time.tv_sec * 1000 + time.tv_usec / 1000) + aos_rand()); in httpclient_random()
610 void aos_srand(uint32_t seed) in aos_srand() function
327 aos_srand((uint32_t)aos_now_ms()); in _ssl_client_init()
1186 aos_srand((unsigned int)(time.tv_sec * 1000 + time.tv_usec / 1000) + aos_rand()); in core_sysdep_rand()
Completed in 11 milliseconds