From 19b564790085792f1b24407bcbbe79790f457351 Mon Sep 17 00:00:00 2001 From: Parminder Singh <61920513+parmi93@users.noreply.github.com> Date: Fri, 16 Jun 2023 10:19:50 +0000 Subject: [PATCH] Made srand(...) and rand() platform independent The srand(...) and rand() functions are not available on all embedded platforms, so they were replaced with lwm2m_srand(...) and lwm2m_rand() to make these calls platform independent.